[all-commits] [llvm/llvm-project] 2a43a1: [OPENMP50]Fix the checks for the nesting of scan d...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Mar 26 14:33:42 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2a43a1610db335afcccd1a179a33a0886a5a2c4d
https://github.com/llvm/llvm-project/commit/2a43a1610db335afcccd1a179a33a0886a5a2c4d
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-03-26 (Thu, 26 Mar 2020)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/Sema/SemaOpenMP.cpp
M clang/test/OpenMP/nesting_of_regions.cpp
M clang/test/OpenMP/scan_messages.cpp
Log Message:
-----------
[OPENMP50]Fix the checks for the nesting of scan directives.
Fixed the check for the orhaned scan directives and improved checks for
parallel for and parallel for simd directives.
More information about the All-commits
mailing list