aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/VerifyDiagnosticsClient.cpp
AgeCommit message (Expand)Author
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