clang-1/lib/Parse
Argyrios Kyrtzidis 0cd5b429fa Put (argument)-expression-list parsing in a separate function so that it can be re-used.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54851 91177308-0d34-0410-b5e6-96231b3b80d8
2008-08-16 20:03:01 +00:00
..
AttributeList.cpp Support __attribute__(({con,de}structor)) in Parse & Sema 2008-07-31 22:40:48 +00:00
DeclSpec.cpp More #include cleaning 2008-08-11 06:23:49 +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 Set the SourceRange ending of DeclSpec, when Parser::ParseTypeofSpecifier finishes. 2008-08-16 10:21:33 +00:00
ParseDeclCXX.cpp Passing right brace location to ActOnFinishCXXClassDef is redundant, since it gets passed to ActOnFinishCXXMemberSpecification too. 2008-08-09 00:39:29 +00:00
ParseExpr.cpp Put (argument)-expression-list parsing in a separate function so that it can be re-used. 2008-08-16 20:03:01 +00:00
ParseExprCXX.cpp Move handling of postfix-expression suffixes out of ParseCXXThis and into ParseCastExpression. 2008-08-16 19:34:46 +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 Change Parser & Sema to use interned "super" for comparions. 2008-08-14 22:04:54 +00:00