hanchenye-llvm-project/clang/lib/Parse
DeLesley Hutchins 19c722d61d Thread safety analysis: prevent a compiler error in cases where a
late-parsed attribute is attached to an invalid declaration.

llvm-svn: 161997
2012-08-15 22:41:04 +00:00
..
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +00:00
Makefile
ParseAST.cpp Drop the ASTContext.h include from Stmt.h and fix up transitive users. 2012-07-04 17:04:04 +00:00
ParseCXXInlineMethods.cpp Support the use of "=delete" and "=default" with delayed template 2012-06-28 21:43:01 +00:00
ParseDecl.cpp Thread safety analysis: prevent a compiler error in cases where a 2012-08-15 22:41:04 +00:00
ParseDeclCXX.cpp Add diagnostics for comma at end of enum and for extra semicolon at namespace 2012-07-23 05:45:25 +00:00
ParseExpr.cpp Improvements to vexing-parse warnings. Make the no-parameters case more 2012-07-30 21:30:52 +00:00
ParseExprCXX.cpp In 'delete []', the '[]' never starts a lambda. Update a FIXME with a standard reference and add a test. 2012-08-09 19:01:51 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp objective-C++: dalyed parsing of ctors with member 2012-08-10 21:15:06 +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 Remove unused private member variables found by clang's new -Wunused-private-field. 2012-06-06 17:32:50 +00:00
ParseStmt.cpp [ms-inline asm] MSVC parses multiple __asm statements on a single line as one 2012-08-15 21:03:27 +00:00
ParseTemplate.cpp Clean up a large number of C++11 attribute parse issues, including parsing 2012-06-23 05:07:58 +00:00
ParseTentative.cpp Improvements to vexing-parse warnings. Make the no-parameters case more 2012-07-30 21:30:52 +00:00
Parser.cpp Removed an unused function I added a while back. 2012-08-10 22:28:13 +00:00
RAIIObjectsForParser.h Handle deprecation diagnostics correctly for C struct fields and Objective-C properties/ivars. <rdar://problem/6642337>. 2012-08-08 23:04:35 +00:00