[Openmp-commits] [PATCH] D65870: [OpenMP] Remove 'unnecessary parentheses'
Johannes Doerfert via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 7 11:37:18 PDT 2019
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM with @AndreyChurbanov comment addressed.
================
Comment at: openmp/runtime/cmake/config-ix.cmake:55
check_cxx_compiler_flag(-Wno-implicit-fallthrough LIBOMP_HAVE_WNO_IMPLICIT_FALLTHROUGH_FLAG)
-check_cxx_compiler_flag(-Wno-parentheses LIBOMP_HAVE_WNO_PARENTHESES_FLAG)
check_cxx_compiler_flag(-Wno-strict-aliasing LIBOMP_HAVE_WNO_STRICT_ALIASING_FLAG)
----------------
Good (that we enable the warning), bad that there are so many disabled...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65870/new/
https://reviews.llvm.org/D65870
More information about the Openmp-commits
mailing list