hanchenye-llvm-project/clang/lib/Parse
Richard Smith 43f340f440 If we see '(...' where we're expecting an abstract-declarator, that doesn't
necessarily mean we've found a function declarator. If the next token is not
a ')', this is actually a parenthesized pack expansion.

llvm-svn: 153544
2012-03-27 23:05:05 +00:00
..
CMakeLists.txt
Makefile
ParseAST.cpp AST/stats: Don't effectively use an out-of-line function to return a static 2012-03-05 21:42:49 +00:00
ParseCXXInlineMethods.cpp Fix the other place where C++98 work for initializer lists was necessary. 2012-03-20 21:24:03 +00:00
ParseDecl.cpp If we see '(...' where we're expecting an abstract-declarator, that doesn't 2012-03-27 23:05:05 +00:00
ParseDeclCXX.cpp Support for definitions of member enumerations of class templates outside the 2012-03-23 03:33:32 +00:00
ParseExpr.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParseExprCXX.cpp Fix parsing of type-specifier-seq's. Types are syntactically allowed to be 2012-03-12 07:56:15 +00:00
ParseInit.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParseObjc.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParsePragma.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParsePragma.h Implement #pragma redefine_extname. 2012-02-18 16:12:34 +00:00
ParseStmt.cpp [parser] If there are unmatched braces in a function definition, try to 2012-03-24 02:26:51 +00:00
ParseTemplate.cpp Unify naming of LangOptions variable/get function across the Clang stack (Lex to AST). 2012-03-11 07:00:24 +00:00
ParseTentative.cpp If we see '(...' where we're expecting an abstract-declarator, that doesn't 2012-03-27 23:05:05 +00:00
Parser.cpp From Vassil Vassilev: 2012-03-16 10:40:17 +00:00
RAIIObjectsForParser.h Rename Diagnostic to DiagnosticsEngine as per issue 5397 2011-09-25 23:23:43 +00:00