summaryrefslogtreecommitdiffstats
path: root/clang/lib/Parse/ExtensionRAIIObject.h
Commit message (Collapse)AuthorAgeFilesLines
* move library-specific diagnostic headers into library private dirs. ReduceChris Lattner2009-01-291-1/+1
| | | | | | redundant #includes. Patch by Anders Johnsen! llvm-svn: 63271
* Split the single monolithic DiagnosticKinds.def file into oneChris Lattner2009-01-271-1/+1
| | | | | | | | | .def file for each library. This means that adding a diagnostic to sema doesn't require all the other libraries to be rebuilt. Patch by Anders Johnsen! llvm-svn: 63111
* implement a couple fixme's by implementing __extension__ properly.Chris Lattner2008-10-201-0/+42
llvm-svn: 57806
OpenPOWER on IntegriCloud