hanchenye-llvm-project/clang/lib/Parse
Argyrios Kyrtzidis 71f3e19df0 Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement.
llvm-svn: 57109
2008-10-05 15:03:47 +00:00
..
AttributeList.cpp Finish pushing blocks attribute through the clang attribute machinery. 2008-09-18 16:44:58 +00:00
DeclSpec.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
Makefile
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 Remove a FIXME. 2008-10-03 16:42:10 +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 Remove support for BlockExprExpr. For example... 2008-09-16 23:11:46 +00:00
ParseExprCXX.cpp Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement. 2008-10-05 15:03: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 Pass postfix attributes to ActOnFields. 2008-10-03 02:03:53 +00:00
ParsePragma.cpp Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00
ParsePragma.h Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00
ParseStmt.cpp Resolve ambiguous C++ statements (C++ 6.8p1). 2008-10-05 00:06:24 +00:00
ParseTentative.cpp Disambiguate between a declaration or expression for the 'condition' part of a if/switch/while/for statement. 2008-10-05 15:03:47 +00:00
Parser.cpp Add Parser support for #pragma pack 2008-10-04 19:21:03 +00:00