llvm-project/clang/Parse
Chris Lattner dcb7cc59ae Fix an nice and subtle parser bug reported by Nico Weber.
llvm-svn: 45149
2007-12-18 06:06:23 +00:00
..
AttributeList.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
DeclSpec.cpp Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. Now 2007-12-11 21:27:55 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
MinimalAction.cpp Patch to implement "Protocol" as a built-in type declared as 2007-12-07 00:18:54 +00:00
ParseDecl.cpp Add __private_extern__ keyword and recognize it. Added a FIXME to indicate there is still work to do. 2007-12-18 00:16:02 +00:00
ParseDeclCXX.cpp switch some more of the parser over to using Token::is and isNot 2007-10-09 17:33:22 +00:00
ParseExpr.cpp Fix an nice and subtle parser bug reported by Nico Weber. 2007-12-18 06:06:23 +00:00
ParseExprCXX.cpp switch more code to use Token::is/isNot where possible. 2007-10-09 17:41:39 +00:00
ParseInit.cpp Fix a recovery bug Fariborz and I noticed yesterday. We were producing: 2007-10-25 17:27:01 +00:00
ParseObjc.cpp use new interface. 2007-12-13 02:05:09 +00:00
ParseStmt.cpp remove todo 2007-12-12 06:54:22 +00:00
Parser.cpp TargetInfo no longer includes a reference to SourceManager. 2007-12-12 22:39:36 +00:00