llvm-project/clang/lib/Parse
Richard Smith b8caac8e32 Part of PR10101: after a parse error in a declaration, try harder to find the
right place to pick up parsing. In C++, this had a tendency to skip everything
declared within headers if the TU starts with garbage.

llvm-svn: 154530
2012-04-11 20:59:20 +00:00
..
CMakeLists.txt Thread Safety: Patch to implement delayed parsing of attributes within a 2011-09-08 17:42:22 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
ParseAST.cpp AST/stats: Don't effectively use an out-of-line function to return a static 2012-03-05 21:42:49 +00:00
ParseCXXInlineMethods.cpp Fix the other place where C++98 work for initializer lists was necessary. 2012-03-20 21:24:03 +00:00
ParseDecl.cpp Part of PR10101: after a parse error in a declaration, try harder to find the 2012-04-11 20:59:20 +00:00
ParseDeclCXX.cpp Parsing of C++11 attributes: 2012-04-10 03:25:07 +00:00
ParseExpr.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseExprCXX.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp Added a new attribute, objc_root_class, which informs the compiler when a root class is intentionally declared. 2012-04-06 18:12:22 +00:00
ParsePragma.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParsePragma.h Implement #pragma redefine_extname. 2012-02-18 16:12:34 +00:00
ParseStmt.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseTemplate.cpp Fix bugs found by -Wconstant-conversion improvements currently under review. 2012-04-09 16:37:11 +00:00
ParseTentative.cpp Support C++11 attributes at the start of a parameter-declaration. 2012-04-11 04:01:28 +00:00
Parser.cpp Fix bugs found by -Wconstant-conversion improvements currently under review. 2012-04-09 16:37:11 +00:00
RAIIObjectsForParser.h Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00