summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/VerifyDiagnosticsClient.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-533/+0
* Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie2011-09-251-2/+2
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-251-7/+7
* Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis2011-09-191-3/+3
* When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor2011-09-131-7/+13
* Reset FirstID (first diagnostic's file ID) to allow for invocations of the Ve...Axel Naumann2011-08-241-1/+3
* Pick up expected diagnostics not only in the main file but also in the file w...Axel Naumann2011-07-251-9/+21
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-5/+5
* Switch the VerifyDiagnosticsClient to use PresumedLocs now that theyChandler Carruth2011-02-231-4/+4
* 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