llvm-project/clang/lib/Parse
Alexey Bataev b6e7084e25 [OPENMP50]Add parsing/sema analysis for nontemporal clause.
Add basic support for parsing/sema analysis of the nontemporal clause in
simd-based directives.
2019-12-17 14:46:32 -05:00
..
CMakeLists.txt [OpenMP][NFCI] Introduce llvm/IR/OpenMPConstants.h 2019-12-10 00:10:09 -06:00
ParseAST.cpp [Support] Add TimeTraceScope constructor without detail arg 2019-12-11 14:32:21 +00:00
ParseCXXInlineMethods.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
ParseDecl.cpp Fix parser bug that permitted 'private' as a (no-op) decl-specifier even outside OpenCL. 2019-11-20 11:59:58 -08:00
ParseDeclCXX.cpp Actually delay processing DelayedDllExportClasses until the outermost class is finished (PR40006) 2019-12-04 13:13:41 +01:00
ParseExpr.cpp [Concepts] Concept Specialization Expressions 2019-10-15 15:24:26 +00:00
ParseExprCXX.cpp [CodeComplete] Fix a crash in preferred type and signature help 2019-12-11 09:43:28 +01:00
ParseInit.cpp [c++20] Add support for designated direct-list-initialization syntax. 2019-08-31 01:00:37 +00:00
ParseObjc.cpp Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) 2019-11-18 11:48:40 -08:00
ParseOpenMP.cpp [OPENMP50]Add parsing/sema analysis for nontemporal clause. 2019-12-17 14:46:32 -05:00
ParsePragma.cpp Move vtordisp mode from Attr class to LangOptions.h, NFC 2019-11-22 15:47:46 -08:00
ParseStmt.cpp [Diagnsotics] Small Improvement on -Wmisleading-indentation 2019-12-12 14:52:47 +01:00
ParseStmtAsm.cpp [Parser] Don't crash on MS assembly if target desc/asm parser isn't linked in. 2019-12-09 14:34:31 +01:00
ParseTemplate.cpp [clang] Make handling of unnamed template params similar to function params 2019-10-01 14:08:51 +00:00
ParseTentative.cpp Properly disambiguate between array declarators and array subscript expressions. 2019-11-27 17:54:26 -08:00
Parser.cpp [OPENMP]Fix skipping of functions body. 2019-12-13 16:51:46 -05:00