llvm-project/clang/lib/Parse
Alexey Bataev c972f6fd79 [OPENMP]Allow using of members in standalone declaration pragmas.
If standalone OpenMP declaration pragma, like declare mapper or declare
reduction, is declared in the class context, it may reference a member
(data or function) in its internal expressions/statements. So, the
parsing of such pragmas must be dalayed just like the parsing of the
member initializers/definitions before the completion of the class
declaration.
2020-01-07 13:44:10 -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 [OPENMP]Allow using of members in standalone declaration pragmas. 2020-01-07 13:44:10 -05: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 [OPENMP]Allow using of members in standalone declaration pragmas. 2020-01-07 13:44:10 -05: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 [OPENMP]Allow using of members in standalone declaration pragmas. 2020-01-07 13:44:10 -05:00
ParsePragma.cpp Move vtordisp mode from Attr class to LangOptions.h, NFC 2019-11-22 15:47:46 -08:00
ParseStmt.cpp [Diagnostic] make Wmisleading-indendation not warn about labels 2020-01-06 23:22:27 +01:00
ParseStmtAsm.cpp Add Triple::isX86() 2020-01-06 15:51:02 -08: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