summaryrefslogtreecommitdiff
path: root/test/Sema/declspec.c
Commit message (Expand)AuthorAgeFilesLines
* Warn on duplicate function specifierSerge Pavlov2013-11-131-0/+13
* Add missing diagnostic for a nested-name-specifier on a free-standing type de...Richard Smith2013-03-181-1/+1
* Downgrade the "declaration does not declare anything" error to aDouglas Gregor2010-04-081-1/+1
* Implement PR6423 by using one token of lookahead to disambiguate Chris Lattner2010-02-281-0/+5
* the declspec of a declaration can have storage-class specifiers,Chris Lattner2010-02-021-0/+3
* Implement PR6180, substantially improving the diagnostics we get fromChris Lattner2010-02-021-5/+11
* Tighten up the "cannot return array or function type" diagnostic toDouglas Gregor2010-01-111-1/+1
* implement PR3962: diagnose more faulty cases of usage of the restrict qualifi...Nuno Lopes2009-12-171-0/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix a long standard problem with clang retaining "too much" sugar Chris Lattner2009-02-191-4/+4
* Change a whole lot of diagnostics to take QualType's directly Chris Lattner2008-11-241-2/+2
* improve error to be something end users will actually understand :)Chris Lattner2008-04-021-2/+2
* 1) Enforce C99 6.7.3p2: "Types other than pointer types derived fromChris Lattner2008-04-021-0/+7
* A much better fix for http://llvm.org/bugs/show_bug.cgi?id=1987.Steve Naroff2008-02-141-3/+7
* Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bug...Steve Naroff2008-02-121-1/+5
* Declarator::clear(): Null out variable after it's been deleted.Steve Naroff2008-01-171-0/+3
* Implement C99 6.7.5.3p1Chris Lattner2007-12-191-0/+5