hanchenye-llvm-project/clang/lib/Parse
Chris Lattner 18ffde822f remove extraneous braces
llvm-svn: 57814
2008-10-20 07:36:58 +00:00
..
AttributeList.cpp Add parsing of the sentinel attribute. Still need to create the attribute. 2008-10-05 18:05:59 +00:00
DeclSpec.cpp More #include cleaning 2008-08-11 06:23:49 +00:00
ExtensionRAIIObject.h implement a couple fixme's by implementing __extension__ properly. 2008-10-20 06:45:43 +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 implement a couple fixme's by implementing __extension__ properly. 2008-10-20 06:45:43 +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 implement a couple fixme's by implementing __extension__ properly. 2008-10-20 06:45:43 +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 move some code around to make it fall through more, no functionality change. 2008-10-20 07:24:39 +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 simplify some other code for __extension__ processing. 2008-10-20 06:51:33 +00:00
ParseTentative.cpp Just do a diagIfAmbiguous -> warnIfAmbiguous rename. 2008-10-17 23:23:35 +00:00
Parser.cpp remove extraneous braces 2008-10-20 07:36:58 +00:00