llvm-capstone/openmp/runtime/cmake
Terry Wilmarth 6b316febb4 [OpenMP] libomp: Handle implicit conversion warnings
This patch partially prepares the runtime source code to be built with
-Wconversion, which should trigger warnings if any implicit conversions
can possibly change a value. For builds done with icc or gcc, all such
warnings are handled in this patch. clang gives a much longer list of
warnings, particularly for sign conversions, which the other compilers
don't report. The -Wconversion flag is commented into cmake files, but
I'm not going to turn it on. If someone thinks it is important, and wants
to fix all the clang warnings, they are welcome to.

Types of changes made here involve either improving the consistency of types
used so that no conversion is needed, or else performing careful explicit
conversions, when we're sure a problem won't arise.

Patch is a combination of changes by Terry Wilmarth and Johnny Peyton.

Differential Revision: https://reviews.llvm.org/D92942
2020-12-31 00:39:57 +03:00
..
config-ix.cmake [OpenMP] libomp: Handle implicit conversion warnings 2020-12-31 00:39:57 +03:00
LibompCheckFortranFlag.cmake [CMake][OpenMP] Remove old dead CMake code 2020-09-07 10:56:56 +03:00
LibompCheckLinkerFlag.cmake [CMake] Bump CMake minimum version to 3.13.4 2020-07-22 14:25:07 -04:00
LibompDefinitions.cmake
LibompExports.cmake [OpenMP] Don't use MSVC workaround with MinGW 2020-08-04 18:48:25 +03:00
LibompGetArchitecture.cmake
LibompHandleFlags.cmake [OpenMP] libomp: Handle implicit conversion warnings 2020-12-31 00:39:57 +03:00
LibompMicroTests.cmake [OpenMP] Don't use MSVC workaround with MinGW 2020-08-04 18:48:25 +03:00
LibompUtils.cmake