aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/decl-invalid.c
AgeCommit message (Expand)Author
2009-11-03Reorganize the parsing of decl groups / function definitions so thatJohn McCall
2009-05-12improve the diagnostic for uses of the GCC "global variable in a register" ex...Chris Lattner
2009-04-12fix a valgrind problem I noticed while developing another patch,Chris Lattner
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-12-28Diagnose declarations that don't declare anything, and fix PR3020.Sebastian Redl
2008-11-24Rewrite FindDiagnostics to be more strict about the formatting of the Chris Lattner
2008-04-13This patch adds very basic support for parsing and type-checking classDouglas Gregor
2008-04-02Fix PR2017 and silence some bogus errors.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-07-25Fix a couple of bugs, add some new cool stuff.Chris Lattner