summaryrefslogtreecommitdiffstats
path: root/test/Sema/decl-invalid.c
Commit message (Expand)AuthorAgeFilesLines
* Non-allocatable Global Named RegisterRenato Golin2014-05-191-1/+0
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-2/+2
* Downgrade the "declaration does not declare anything" error to aDouglas Gregor2010-04-081-6/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Reorganize the parsing of decl groups / function definitions so thatJohn McCall2009-11-031-2/+1
* improve the diagnostic for uses of the GCC "global variable in a register" ex...Chris Lattner2009-05-121-0/+7
* fix a valgrind problem I noticed while developing another patch,Chris Lattner2009-04-121-0/+4
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Diagnose declarations that don't declare anything, and fix PR3020.Sebastian Redl2008-12-281-1/+8
* Rewrite FindDiagnostics to be more strict about the formatting of the Chris Lattner2008-11-241-2/+2
* This patch adds very basic support for parsing and type-checking classDouglas Gregor2008-04-131-1/+1
* Fix PR2017 and silence some bogus errors.Chris Lattner2008-04-021-0/+8
* 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
* Fix a couple of bugs, add some new cool stuff.Chris Lattner2007-07-251-0/+3