llvm-project/clang/lib/Parse
Anders Carlsson 8936009a91 Make sure to call FullExpr before parsing anything else.
llvm-svn: 72834
2009-06-04 02:18:15 +00:00
..
AttributeList.cpp implementation of format_arg for ObjC methods/functions. 2009-05-20 17:41:43 +00:00
CMakeLists.txt Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
DeclSpec.cpp Disallow exception specs on typedefs. 2009-05-31 11:47:27 +00:00
ExtensionRAIIObject.h Rejigger how -pedantic and -pedantic-errors work and their interaction 2009-04-15 07:01:18 +00:00
Makefile Build system changes to use TableGen to generate the various 2009-03-16 23:06:59 +00:00
MinimalAction.cpp teach -parse-noop about int128_t and friends. 2009-05-01 16:33:20 +00:00
ParseCXXInlineMethods.cpp Reimplement much of the way that we track nested classes in the 2009-05-27 23:11:45 +00:00
ParseDecl.cpp Disallow exception specs on typedefs. 2009-05-31 11:47:27 +00:00
ParseDeclCXX.cpp Reject incomplete types in exception specs. 2009-05-29 18:02:33 +00:00
ParseExpr.cpp Disallow exception specs on typedefs. 2009-05-31 11:47:27 +00:00
ParseExprCXX.cpp PR4122: Tweak the ambiguity handling to handle (S())() correctly. I've 2009-05-25 19:41:42 +00:00
ParseInit.cpp Merge the ASTVector and ASTOwningVector templates, since they offered 2009-05-21 16:25:11 +00:00
ParseObjc.cpp Merge the ASTVector and ASTOwningVector templates, since they offered 2009-05-21 16:25:11 +00:00
ParsePragma.cpp Implement '#pragma unused'. 2009-03-23 22:28:25 +00:00
ParsePragma.h Implement '#pragma unused'. 2009-03-23 22:28:25 +00:00
ParseStmt.cpp Make sure to call FullExpr before parsing anything else. 2009-06-04 02:18:15 +00:00
ParseTemplate.cpp Merge the ASTVector and ASTOwningVector templates, since they offered 2009-05-21 16:25:11 +00:00
ParseTentative.cpp Handle correctly a very ugly part of the C++ syntax. We cannot disambiguate between a parenthesized type-id and 2009-05-22 10:24:42 +00:00
Parser.cpp Reimplement much of the way that we track nested classes in the 2009-05-27 23:11:45 +00:00