summaryrefslogtreecommitdiff
path: root/test/Parser/typeof.c
Commit message (Expand)AuthorAgeFilesLines
* The grammar for GNU typeof in C requires an expression to beDouglas Gregor2010-07-281-0/+7
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Parse typeof-specifier the same way as sizeof/alignof are parsed.Argyrios Kyrtzidis2009-05-221-1/+1
* hoist checks for ; and in out of ParseInitDeclaratorListAfterFirstDeclaratorChris Lattner2009-03-291-2/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* upgrade various 'implicit int' warnings from an ext-warn to warning when notChris Lattner2009-02-271-1/+1
* make the 'to match this' diagnostic a note.Chris Lattner2008-11-231-1/+1
* Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner2008-01-041-4/+0
* rename -parse-ast-print to -ast-printChris Lattner2007-10-111-1/+1
* Removed option "-parse-ast-check" from clang driver. This is now implementedTed Kremenek2007-09-261-1/+1
* Two typeof() related changes...Steve Naroff2007-08-011-8/+8
* Tighten up Parser::ParseTypeofSpecifier().Steve Naroff2007-07-311-1/+6
* Add parsing and AST support for GNU "typeof".Steve Naroff2007-07-311-0/+18