aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/decl-invalid.c
AgeCommit message (Expand)Author
2013-03-18Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith
2010-04-08Downgrade the "declaration does not declare anything" error to aDouglas Gregor
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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