[all-commits] [llvm/llvm-project] 2502f8: [OPENMP]Fix PR48387: disable warning messages caus...

Alexey Bataev via All-commits all-commits at lists.llvm.org
Fri Dec 4 07:53:45 PST 2020


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2502f899543151cf3d35c0fa0eef4ba681ad4e77
      https://github.com/llvm/llvm-project/commit/2502f899543151cf3d35c0fa0eef4ba681ad4e77
  Author: Alexey Bataev <a.bataev at hotmail.com>
  Date:   2020-12-04 (Fri, 04 Dec 2020)

  Changed paths:
    M clang/lib/Sema/SemaOpenMP.cpp
    M clang/test/OpenMP/for_ast_print.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list