[OPENMP]Fix PR48387: disable warning messages caused by internal conversions.
authorAlexey Bataev <a.bataev@hotmail.com>
Fri, 4 Dec 2020 14:17:08 +0000 (06:17 -0800)
committerAlexey Bataev <a.bataev@hotmail.com>
Fri, 4 Dec 2020 15:44:36 +0000 (07:44 -0800)
commit2502f899543151cf3d35c0fa0eef4ba681ad4e77
tree4104f664baf8af0dc7a677266b05c8d91e01f670
parent4a8b5e9896232f34c8cc062a85e1c241f493cdef
[OPENMP]Fix PR48387: disable warning messages caused by internal conversions.

Compiler needs to convert some of the loop iteration
variables/conditions to different types for better codegen and it may
lead to spurious warning messages about implicit signed/unsigned
conversions.

Differential Revision: https://reviews.llvm.org/D92655
clang/lib/Sema/SemaOpenMP.cpp
clang/test/OpenMP/for_ast_print.cpp