aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/declspec.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
2010-02-28Implement PR6423 by using one token of lookahead to disambiguate Chris Lattner
2010-02-02the declspec of a declaration can have storage-class specifiers,Chris Lattner
2010-02-02Implement PR6180, substantially improving the diagnostics we get fromChris Lattner
2010-01-11Tighten up the "cannot return array or function type" diagnostic toDouglas Gregor
2009-12-17implement PR3962: diagnose more faulty cases of usage of the restrict qualifi...Nuno Lopes
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-02-19Fix a long standard problem with clang retaining "too much" sugar Chris Lattner
2008-11-24Change a whole lot of diagnostics to take QualType's directly Chris Lattner
2008-04-02improve error to be something end users will actually understand :)Chris Lattner
2008-04-021) Enforce C99 6.7.3p2: "Types other than pointer types derived fromChris Lattner
2008-02-14A much better fix for http://llvm.org/bugs/show_bug.cgi?id=1987.Steve Naroff
2008-02-12Allow the parser to detect invalid DeclSpec's. This fixes http://llvm.org/bug...Steve Naroff
2008-01-17Declarator::clear(): Null out variable after it's been deleted.Steve Naroff
2007-12-19Implement C99 6.7.5.3p1Chris Lattner