summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/VerifyDiagnosticsClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the hack where, to get the return status, we had special case for Veri...Argyrios Kyrtzidis2010-11-181-9/+1
* StringRefize.Benjamin Kramer2010-09-011-6/+5
* Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor2010-08-181-1/+2
* Remove ATTRIBUTE_UNUSED from the common pattern of disallowing copying.Argyrios Kyrtzidis2010-08-151-3/+2
* Add ATTRIBUTE_UNUSED to methods not supposed to be used.Argyrios Kyrtzidis2010-08-151-2/+3
* add regex support for -verify mode. You can now do things likeChris Lattner2010-04-281-144/+319
* Fix PR5633 by making the preprocessor handle the case where we canChris Lattner2009-11-301-3/+5
* Shuffle VerifyDiagnosticsClient API to be less fragile.Daniel Dunbar2009-11-141-28/+32
* Add VerifyDiagnosticsClient, to replace old -verify.Daniel Dunbar2009-11-141-0/+340
OpenPOWER on IntegriCloud