llvm-project/clang/lib/Parse
Alexey Bataev 34f8a7043b [OPENMP] Codegen for ctor|dtor of declare target variables.
When the declare target variables are emitted for the device,
constructors|destructors for these variables must emitted and registered
by the runtime in the offloading sections.

llvm-svn: 328705
2018-03-28 14:28:54 +00:00
..
CMakeLists.txt
ParseAST.cpp [Templight] Template Instantiation Observer 2018-02-10 14:04:45 +00:00
ParseCXXInlineMethods.cpp PR34163: Don't cache an incorrect key function for a class if queried between 2017-08-12 01:46:03 +00:00
ParseDecl.cpp Sink PrettyDeclStackTrace down to the AST library 2018-03-23 00:07:18 +00:00
ParseDeclCXX.cpp Fix some handling of AST nodes with diagnostics. 2018-03-28 04:16:13 +00:00
ParseExpr.cpp Again reverting an attempt to convert the DeclSpec enums into scoped enums. 2018-01-01 18:23:28 +00:00
ParseExprCXX.cpp [C++17] Allow an empty expression in an if init statement 2018-03-17 21:42:10 +00:00
ParseInit.cpp Added LLVM_FALLTHROUGH to address warning: this statement may fall through. NFC. 2017-06-01 21:23:52 +00:00
ParseObjc.cpp Sink PrettyDeclStackTrace down to the AST library 2018-03-23 00:07:18 +00:00
ParseOpenMP.cpp [OPENMP] Codegen for ctor|dtor of declare target variables. 2018-03-28 14:28:54 +00:00
ParsePragma.cpp [ms] Parse #pragma optimize and ignore it behind its own flag 2018-03-20 08:53:11 +00:00
ParseStmt.cpp Sink PrettyDeclStackTrace down to the AST library 2018-03-23 00:07:18 +00:00
ParseStmtAsm.cpp Move MS inline asm parser methods out of line to reduce indentation, NFC 2017-10-26 17:07:48 +00:00
ParseTemplate.cpp Fix a couple of cases where we would fail to correctly parse deduced class template specialization types. 2018-02-28 03:02:23 +00:00
ParseTentative.cpp [MS] Accept __unaligned as a qualifier on member function pointers 2018-03-07 23:26:02 +00:00
Parser.cpp [Parser] Remove hard-coded bracket depth limit 2018-03-16 20:17:28 +00:00