llvm-project/clang/lib/Parse
Richard Smith 789a7aa37d Properly disambiguate between array declarators and array subscript expressions. 2019-11-27 17:54:26 -08: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 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 [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 Implement __attribute__((objc_direct)), __attribute__((objc_direct_members)) 2019-11-18 11:48:40 -08:00
ParseOpenMP.cpp [OPENMP50]Add device/kind context selector support. 2019-11-21 13:28:11 -05:00
ParsePragma.cpp Move vtordisp mode from Attr class to LangOptions.h, NFC 2019-11-22 15:47:46 -08:00
ParseStmt.cpp Revert "[Diagnostic] add a warning which warns about misleading indentation" 2019-11-25 13:19:57 -08: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 Properly disambiguate between array declarators and array subscript expressions. 2019-11-27 17:54:26 -08:00
Parser.cpp PR43080: Do not build context-sensitive expressions during name classification. 2019-10-14 21:53:03 +00:00