llvm-project/clang/lib/Parse
Daniel Dunbar 1ff1d1fd51 Move AsmLabel into Declarator instead of just a parameter to
ActOnDeclarator.

llvm-svn: 54353
2008-08-05 16:28:08 +00:00
..
AttributeList.cpp Support __attribute__(({con,de}structor)) in Parse & Sema 2008-07-31 22:40:48 +00:00
DeclSpec.cpp Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void. 2008-08-01 10:35:27 +00:00
Makefile Make a major restructuring of the clang tree: introduce a top-level 2008-03-15 23:59:48 +00:00
MinimalAction.cpp Move AsmLabel into Declarator instead of just a parameter to 2008-08-05 16:28:08 +00:00
ParseCXXInlineMethods.cpp The only caller of this knows that the current token is l_brace, so this can be an assert; suggestion by Chris. 2008-06-24 22:31:41 +00:00
ParseDecl.cpp Move AsmLabel into Declarator instead of just a parameter to 2008-08-05 16:28:08 +00:00
ParseDeclCXX.cpp Wherever a type is used/returned from the Action module, use TypeTy instead of DeclTy or void. 2008-08-01 10:35:27 +00:00
ParseExpr.cpp Add 'this' in the comments of Parser::ParseCastExpression to indicate that it is handled. 2008-07-16 07:23:27 +00:00
ParseExprCXX.cpp Add parsing support for C++ classes. 2008-06-24 22:12:16 +00:00
ParseInit.cpp Simplify the parser a bit by looking at the next token without consuming it (by Preprocessor::LookNext): 2008-07-09 22:53:07 +00:00
ParseObjc.cpp Move AsmLabel into Declarator instead of just a parameter to 2008-08-05 16:28:08 +00:00
ParseStmt.cpp Use of NextToken() makes ParseIdentifierStatement unnecessary. 2008-07-12 21:04:42 +00:00
Parser.cpp Fix rdar://6124613 a crash on invalid code. 2008-08-05 06:19:09 +00:00