hanchenye-llvm-project/clang/lib/Parse
Chad Rosier 767a7b9ed0 [ms-inline asm] Remove the last bits of LineEnds.
llvm-svn: 161904
2012-08-14 23:14:45 +00:00
..
CMakeLists.txt clang/lib: [CMake] Update tblgen'd dependencies. 2012-07-27 06:18:33 +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 objective-C++: Delayed parsing of most common 2012-08-10 15:54:40 +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] Remove the last bits of LineEnds. 2012-08-14 23:14:45 +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