aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/VerifyDiagnosticConsumer.h
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2012-10-19Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs
2012-09-15Use LLVM_DELETED_FUNCTION in place of 'DO NOT IMPLEMENT' comments.Dmitri Gribenko
2012-08-18Allow -verify to be used with files that don't have an associated FileEntry.Jordan Rose
2012-08-10Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose
2012-07-11Allow -verify directives to be filtered by preprocessing.Jordan Rose
2012-07-10Allow -verify directives to specify a min and max count, not just "+".Jordan Rose
2012-07-10Allow line numbers on -verify directives.Jordan Rose
2012-07-10Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements.Jordan Rose
2012-06-20Documentation cleanup:James Dennett
2012-02-05Basic: import OwningPtr<> into clang namespaceDylan Noblesmith
2011-09-29Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor
2011-09-26Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie
2011-09-26Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie