aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/VerifyDiagnosticsClient.cpp
AgeCommit message (Expand)Author
2011-09-26Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename DiagnosticClient to DiagnosticConsumer as per issue 5397David Blaikie
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-09-19Rename SourceLocation::getFileLocWithOffset -> getLocWithOffset.Argyrios Kyrtzidis
2011-09-13When compiling a module on-demand, re-use the diagnostics clientDouglas Gregor
2011-08-24Reset FirstID (first diagnostic's file ID) to allow for invocations of the Ve...Axel Naumann
2011-07-25Pick up expected diagnostics not only in the main file but also in the file w...Axel Naumann
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-02-23Switch the VerifyDiagnosticsClient to use PresumedLocs now that theyChandler Carruth
2010-11-18Remove the hack where, to get the return status, we had special case for Veri...Argyrios Kyrtzidis
2010-09-01StringRefize.Benjamin Kramer
2010-08-18Simplify the ownership model for DiagnosticClients, which was reallyDouglas Gregor
2010-08-15Remove ATTRIBUTE_UNUSED from the common pattern of disallowing copying.Argyrios Kyrtzidis
2010-08-15Add ATTRIBUTE_UNUSED to methods not supposed to be used.Argyrios Kyrtzidis
2010-04-28add regex support for -verify mode. You can now do things likeChris Lattner
2009-11-30Fix PR5633 by making the preprocessor handle the case where we canChris Lattner
2009-11-14Shuffle VerifyDiagnosticsClient API to be less fragile.Daniel Dunbar
2009-11-14Add VerifyDiagnosticsClient, to replace old -verify.Daniel Dunbar