aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/declspec.c
AgeCommit message (Expand)Author
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