aboutsummaryrefslogtreecommitdiff
path: root/lib/Parse/DeclSpec.cpp
AgeCommit message (Expand)Author
2008-11-22remove some more old Diag methods, replace with a single static helper functionChris Lattner
2008-11-18This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner
2008-11-18Change the diagnostics interface to take an array of pointers to Chris Lattner
2008-11-14Implement parsing and semantic checking of the 'mutable' keyword.Sebastian Redl
2008-10-31Add support for parsing and representing C++ constructor declarations.Douglas Gregor
2008-08-11More #include cleaningDaniel Dunbar
2008-08-11More #include cleaningDaniel Dunbar
2008-08-09Implement support for the 'wchar_t' C++ type.Argyrios Kyrtzidis
2008-08-01Wherever a type is used/returned from the Action module, use TypeTy instead o...Argyrios Kyrtzidis
2008-06-19One more test checkin.Mike Stump
2008-04-13This patch is just the easy part of the class names patch, whichChris Lattner
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner