llvm-project/clang/include
Kelvin Li 2b51f7284b [OpenMP] diagnose orphaned teams construct
The OpenMP spec mandates that 'a teams construct must be contained within a 
target construct'. Currently, this scenario is not diagnosed. This patch is 
to add check for orphaned teams construct and issue an error message.

Differential Revision: https://reviews.llvm.org/D22785

llvm-svn: 276726
2016-07-26 04:32:50 +00:00
..
clang [OpenMP] diagnose orphaned teams construct 2016-07-26 04:32:50 +00:00
clang-c [OpenMP] Sema and parsing for 'target simd' pragma 2016-07-20 22:57:10 +00:00
CMakeLists.txt