llvm-project/clang/lib/Parse
Alexey Bataev 14a388f43b [OPENMP50]Add support for parallel master taskloop simd directive.
Added full support for parallel master taskloop simd directive.
2019-10-30 10:23:33 -04:00
..
CMakeLists.txt
ParseAST.cpp Adds `-ftime-trace` option to clang that produces Chrome `chrome://tracing` compatible JSON profiling output dumps. 2019-03-30 08:42:48 +00:00
ParseCXXInlineMethods.cpp [Clang] Migrate llvm::make_unique to std::make_unique 2019-08-14 23:04:18 +00:00
ParseDecl.cpp [c++2a] Allow comparison functions to be explicitly defaulted. 2019-10-22 18:16:17 -07:00
ParseDeclCXX.cpp [clangd] Do not insert parentheses when completing a using declaration 2019-10-28 09:45:10 +01:00
ParseExpr.cpp [Concepts] Concept Specialization Expressions 2019-10-15 15:24:26 +00:00
ParseExprCXX.cpp [clangd] Do not insert parentheses when completing a using declaration 2019-10-28 09:45:10 +01:00
ParseInit.cpp [c++20] Add support for designated direct-list-initialization syntax. 2019-08-31 01:00:37 +00:00
ParseObjc.cpp Remove a dead diagnostic, NFC 2019-08-02 19:25:58 +00:00
ParseOpenMP.cpp [OPENMP50]Add support for parallel master taskloop simd directive. 2019-10-30 10:23:33 -04:00
ParsePragma.cpp Added support for "#pragma clang section relro=<name>" 2019-10-15 18:31:10 +00:00
ParseStmt.cpp Include leading attributes in DeclStmt's SourceRange 2019-10-17 11:20:21 +00:00
ParseStmtAsm.cpp [Mips] Use appropriate private label prefix based on Mips ABI 2019-10-23 12:24:35 +02:00
ParseTemplate.cpp [clang] Make handling of unnamed template params similar to function params 2019-10-01 14:08:51 +00:00
ParseTentative.cpp PR43080: Do not build context-sensitive expressions during name classification. 2019-10-14 21:53:03 +00:00
Parser.cpp PR43080: Do not build context-sensitive expressions during name classification. 2019-10-14 21:53:03 +00:00