llvm-project/clang/lib/Parse
Argyrios Kyrtzidis 504bb844ba Revert r56078, getLang().C99 being true in C++ is a bug that will be fixed.
llvm-svn: 56090
2008-09-11 03:06:46 +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 Fold Parser::ParseTag into Parser::ParseEnumSpecifier, as suggested in this post: 2008-09-11 00:21:41 +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 Implement parser support for the 'condition' part of C++ selection-statements and iteration-statements (if/switch/while/for). 2008-09-09 20:38:47 +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 Revert r56078, getLang().C99 being true in C++ is a bug that will be fixed. 2008-09-11 03:06:46 +00:00
Parser.cpp Pass SourceRanges by reference to the various Diag methods. 2008-08-24 13:14:02 +00:00