hanchenye-llvm-project/clang/Parse
Fariborz Jahanian 2bbd03a755 Patch to implement "Protocol" as a built-in type declared as
"@class Protocol;"

llvm-svn: 44670
2007-12-07 00:18:54 +00:00
..
AttributeList.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
DeclSpec.cpp improve VC++ compatibility, patch by Cédric Venet. 2007-12-02 00:47:03 +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 Handle "bool" in all places that touch _Bool. 2007-11-15 05:25:19 +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 Parse "sizeof(arr)[0]" as a sizeof of an expr if arr 2007-11-13 20:50:37 +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 Make sure Parser::ParseObjCSelectorExpression() handles unary selectors (with no arguments) properly. 2007-12-05 22:21:29 +00:00
ParseStmt.cpp Test commit 2007-12-01 08:06:07 +00:00
Parser.cpp Yesterday, I simplified how we stream top-level decls. 2007-11-29 23:05:20 +00:00