llvm-project/clang/include/clang
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 [Frontend] Make the memory management of FrontendAction pointers explicit by using unique_ptr. 2016-02-07 19:28:36 +00:00
AST [cxx1z-constexpr-lambda] Make a lambda's closure type eligible as a literal-type in C++1z 2016-07-23 04:05:19 +00:00
ASTMatchers [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Analysis [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Basic [OpenMP] diagnose orphaned teams construct 2016-07-26 04:32:50 +00:00
CodeGen [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Config Add a ENABLE_X86_RELAX_RELOCATIONS cmake option. 2016-06-20 23:54:44 +00:00
Driver Add -fmodules-ts flag to cc1 for the provisional C++ modules TS, and mark 2016-07-23 02:32:21 +00:00
Edit [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
Format Make tooling::applyAllReplacements return llvm::Expected<string> instead of empty string to indicate potential error. 2016-07-11 13:53:12 +00:00
Frontend [NFC] Header cleanup 2016-07-18 19:02:11 +00:00
FrontendTool
Index [index] Create different USR if a property is a class property. 2016-07-15 22:18:19 +00:00
Lex Fix modules self-host: add missing include and forward-decl. 2016-07-20 18:28:19 +00:00
Parse P0217R3: Parsing support and framework for AST representation of C++1z 2016-07-22 23:36:59 +00:00
Rewrite Frontend: Simplify ownership model for clang's output streams. 2016-07-15 00:55:40 +00:00
Sema Work around MSVC's lack of support for unrestricted unions by making this 2016-07-23 02:39:52 +00:00
Serialization [modules] Teach the ASTWriter to ignore mutations coming from the ASTReader. 2016-07-22 21:08:24 +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 Fixed bug 2016-05-31 15:56:26 +00:00
module.modulemap Fix module map typo in r269347. 2016-05-13 17:28:51 +00:00