hanchenye-llvm-project/clang/lib/Parse
Argyrios Kyrtzidis 2545aeb710 Support "typeof unary-expression" (GNU C++ extension).
llvm-svn: 55833
2008-09-05 11:26:19 +00:00
..
AttributeList.cpp Add support for parsing the objc_gc attribute. Tests will come shortly. 2008-08-23 23:22:21 +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 Support "typeof unary-expression" (GNU C++ extension). 2008-09-05 11:26:19 +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 Add parser/action support for block literal expressions. 2008-08-28 19:20:44 +00:00
ParseExprCXX.cpp Add support for C++'s "type-specifier ( expression-list )" expression: 2008-08-22 15:38:55 +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 Synthesize property setter method as we do for getter. 2008-08-26 02:32:45 +00:00
ParseStmt.cpp Use of NextToken() makes ParseIdentifierStatement unnecessary. 2008-07-12 21:04:42 +00:00
Parser.cpp Pass SourceRanges by reference to the various Diag methods. 2008-08-24 13:14:02 +00:00