llvm-project/clang/lib/Parse
Fariborz Jahanian 05d0d447c4 objective-c: provide fixit hint for @autoreleasepool
and similar other keywords. // rdar://10723084

llvm-svn: 159956
2012-07-09 20:00:35 +00:00
..
CMakeLists.txt Implement AST classes for comments, a real parser for Doxygen comments and a 2012-07-06 00:28:32 +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 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 Better parser recovery in Objective-C containers. 2012-07-09 16:54:53 +00:00
ParseDeclCXX.cpp A ':' after an enum-specifier at class scope is a bitfield, not a typo for a ';'. 2012-07-02 19:14:01 +00:00
ParseExpr.cpp Add support for the C11 _Alignof keyword. 2012-06-30 21:33:57 +00:00
ParseExprCXX.cpp Clean up a large number of C++11 attribute parse issues, including parsing 2012-06-23 05:07:58 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp objective-c: provide fixit hint for @autoreleasepool 2012-07-09 20:00:35 +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 objective-c: Refactor parse/sema portion of 2012-07-03 22:00:52 +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 Add support for the C11 _Alignof keyword. 2012-06-30 21:33:57 +00:00
Parser.cpp Better parser recovery in Objective-C containers. 2012-07-09 16:54:53 +00:00
RAIIObjectsForParser.h Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00