summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/DeclSpec.cpp
Commit message (Expand)AuthorAgeFilesLines
* cleanupChris Lattner2009-02-271-0/+1
* Allow "overloadable" functions in C to be declared as variadic withoutDouglas Gregor2009-02-181-0/+2
* Make Sema::getTypeName return the opaque pointer of a QualType ratherDouglas Gregor2009-02-091-1/+1
* Semantic checking for class template declarations andDouglas Gregor2009-02-061-0/+7
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
* Optimize Declarator to avoid malloc/free traffic for the argument list of aChris Lattner2009-01-201-0/+38
* Implement support for anonymous structs and unions in C. Both C andDouglas Gregor2009-01-121-1/+1
* Diagnose declarations that don't declare anything, and fix PR3020.Sebastian Redl2008-12-281-0/+8
* remove some more old Diag methods, replace with a single static helper functionChris Lattner2008-11-221-24/+23
* This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner2008-11-181-3/+2
* Change the diagnostics interface to take an array of pointers to Chris Lattner2008-11-181-2/+3
* Implement parsing and semantic checking of the 'mutable' keyword.Sebastian Redl2008-11-141-0/+2
* Add support for parsing and representing C++ constructor declarations.Douglas Gregor2008-10-311-1/+15
* More #include cleaningDaniel Dunbar2008-08-111-1/+0
* More #include cleaningDaniel Dunbar2008-08-111-0/+11
* Implement support for the 'wchar_t' C++ type.Argyrios Kyrtzidis2008-08-091-2/+4
* Wherever a type is used/returned from the Action module, use TypeTy instead o...Argyrios Kyrtzidis2008-08-011-1/+1
* One more test checkin.Mike Stump2008-06-191-1/+1
* This patch is just the easy part of the class names patch, whichChris Lattner2008-04-131-0/+1
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+287
OpenPOWER on IntegriCloud