[all-commits] [llvm/llvm-project] 543ffb: [OPENMP]Reorganize OpenMP warning groups.
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Fri Dec 6 10:33:50 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 543ffb4a2d6435004f7e41f2b3d9040aeb3e78ef
https://github.com/llvm/llvm-project/commit/543ffb4a2d6435004f7e41f2b3d9040aeb3e78ef
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2019-12-06 (Fri, 06 Dec 2019)
Changed paths:
M clang/include/clang/Basic/DiagnosticGroups.td
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/test/OpenMP/nesting_of_regions.cpp
M clang/test/OpenMP/simd_aligned_messages.cpp
M clang/test/OpenMP/simd_loop_messages.cpp
M clang/test/OpenMP/target_map_messages.cpp
Log Message:
-----------
[OPENMP]Reorganize OpenMP warning groups.
openmp-mapping group is a subgroup of openmp-target warning group. Also,
added global openmp group to control all other OpenMP warning groups.
More information about the All-commits
mailing list