aboutsummaryrefslogtreecommitdiff
path: root/test/Parser/typeof.c
AgeCommit message (Expand)Author
2009-05-22Parse typeof-specifier the same way as sizeof/alignof are parsed.Argyrios Kyrtzidis
2009-03-29hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclaratorChris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-27upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner
2008-11-23make the 'to match this' diagnostic a note.Chris Lattner
2008-01-04Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner
2007-10-11rename -parse-ast-print to -ast-printChris Lattner
2007-09-26Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek
2007-08-01Two typeof() related changes...Steve Naroff
2007-07-31Tighten up Parser::ParseTypeofSpecifier().Steve Naroff
2007-07-31Add parsing and AST support for GNU "typeof".Steve Naroff