llvm-project/clang/lib
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
..
ARCMigrate [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
AST P0217R3: Parsing support and framework for AST representation of C++1z 2016-07-22 23:36:59 +00:00
ASTMatchers Move some IntrusiveRefCntPtrs instead of copying. 2016-07-21 15:06:51 +00:00
Analysis [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Basic [Myriad]: better compatibility with vendor source 2016-07-25 16:36:02 +00:00
CodeGen [Coverage] Do not write out coverage mappings with zero entries 2016-07-26 00:24:59 +00:00
Driver [Myriad]: better compatibility with vendor source 2016-07-25 16:36:02 +00:00
Edit Remove autoconf support 2016-01-26 21:30:40 +00:00
Format [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Frontend Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark 2016-07-23 02:32:21 +00:00
FrontendTool Make it possible for AST plugins to enable themselves by default 2016-03-15 12:51:40 +00:00
Headers [X86] Block pbroadcastq instructions on 32-bit targets instead of pbroadcastb. 2016-07-24 14:58:06 +00:00
Index [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Lex Support '#pragma once' in headers when using PCH 2016-07-25 17:17:06 +00:00
Parse P0217R3: Parsing support and framework for AST representation of C++1z 2016-07-22 23:36:59 +00:00
Rewrite Remove use of builtin comma operator. 2016-02-18 22:34:54 +00:00
Sema [OpenMP] diagnose orphaned teams construct 2016-07-26 04:32:50 +00:00
Serialization P0217R3: Parsing support and framework for AST representation of C++1z 2016-07-22 23:36:59 +00:00
StaticAnalyzer MPI-Checker: move MPIFunctionClassifier.h 2016-07-25 15:27:16 +00:00
Tooling [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
CMakeLists.txt