aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/VerifyDiagnosticConsumer.cpp
AgeCommit message (Expand)Author
2013-04-17Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs
2013-02-08Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-10-19Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs
2012-10-19Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs
2012-08-18Allow -verify to be used with files that don't have an associated FileEntry.Jordan Rose
2012-08-10Add missing cctype includes.Joerg Sonnenberger
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-11Emit -verify diagnostics even when we have a fatal error.Jordan Rose
2012-07-10Clear diagnostic counts after processing the diagnostics.Axel Naumann
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-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-02-05Basic: import SmallString<> into clang namespaceDylan Noblesmith
2012-01-20Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor
2011-12-17Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect.NAKAMURA Takumi
2011-12-16Fixup to the relaxed diagnostic verification option r146633.Anna Zaks
2011-12-15<climits> has UINT_MAX, not <limits>.Eli Friedman
2011-12-15Another fixit for r146633 (to make debian-fnt bot happy), try including limit...Anna Zaks
2011-12-15Fixit for r146633. Make sure UINT_MAX is defined on all platforms.Anna Zaks
2011-12-15Add support for matching one or more (aka regex +) diagnostic messages with -...Anna Zaks
2011-12-15Modify how the -verify flag works. Currently, the verification string andRichard Trieu
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