llvm-project/clang/lib/Parse
Chad Rosier c6c7133ed6 [ms-inline asm] Pass Tokens to Sema and store them in the AST. No functional
change intended.  No test case as there's no real way to test at this time.

llvm-svn: 161342
2012-08-06 20:03: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 Improvements to vexing-parse warnings. Make the no-parameters case more 2012-07-30 21:30:52 +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 Tweak code-completion heuristics deciding between a lambda 2012-07-31 15:27:48 +00:00
ParseInit.cpp Disambiguation of '[[': 2012-04-10 01:32:12 +00:00
ParseObjc.cpp objective-c parsing. Don't crash when selector name 2012-07-26 17:32:28 +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] Pass Tokens to Sema and store them in the AST. No functional 2012-08-06 20:03: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 Add diagnostics for comma at end of enum and for extra semicolon at namespace 2012-07-23 05:45:25 +00:00
RAIIObjectsForParser.h Whenever we have a BalancedDelimiterTracker, we have a 'nested' scope 2012-06-06 21:18:07 +00:00