llvm-project/clang/Parse
Chris Lattner 0ef1352a94 swtich to Token::is/isNot
llvm-svn: 42798
2007-10-09 17:51:17 +00:00
..
AttributeList.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
DeclSpec.cpp Add parsing and AST support for GNU "typeof". 2007-07-31 12:34:36 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
MinimalAction.cpp Remove 2 protocol related actions from MinimalActions (protocols shouldn't be recognized as types). 2007-10-08 23:10:47 +00:00
ParseDecl.cpp switch some more of the parser over to using Token::is and isNot 2007-10-09 17:33:22 +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 switch more code to use Token::is/isNot where possible. 2007-10-09 17:41:39 +00:00
ParseExprCXX.cpp switch more code to use Token::is/isNot where possible. 2007-10-09 17:41:39 +00:00
ParseInit.cpp switch some more of the parser over to using Token::is and isNot 2007-10-09 17:33:22 +00:00
ParseObjc.cpp swtich to Token::is/isNot 2007-10-09 17:51:17 +00:00
ParseStmt.cpp switch more code to use Token::is/isNot where possible. 2007-10-09 17:41:39 +00:00
Parser.cpp Add two new Token helper functions, "is" and "isNot". This allows us to write 2007-10-09 17:23:58 +00:00