summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/VerifyDiagnosticConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow -verify directives to be filtered by preprocessing.Jordan Rose2012-07-111-28/+90
* Emit -verify diagnostics even when we have a fatal error.Jordan Rose2012-07-111-2/+2
* Clear diagnostic counts after processing the diagnostics.Axel Naumann2012-07-101-0/+3
* Allow -verify directives to specify a min and max count, not just "+".Jordan Rose2012-07-101-21/+33
* Allow line numbers on -verify directives.Jordan Rose2012-07-101-55/+83
* Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements.Jordan Rose2012-07-101-73/+22
* Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie2012-03-111-1/+1
* Basic: import SmallString<> into clang namespaceDylan Noblesmith2012-02-051-2/+2
* Extract the (InputKind, std::string) pair used to describe inputs toDouglas Gregor2012-01-201-1/+1
* Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect.NAKAMURA Takumi2011-12-171-4/+4
* Fixup to the relaxed diagnostic verification option r146633.Anna Zaks2011-12-161-2/+4
* <climits> has UINT_MAX, not <limits>.Eli Friedman2011-12-151-1/+1
* Another fixit for r146633 (to make debian-fnt bot happy), try including limit...Anna Zaks2011-12-151-1/+1
* Fixit for r146633. Make sure UINT_MAX is defined on all platforms.Anna Zaks2011-12-151-0/+2
* Add support for matching one or more (aka regex +) diagnostic messages with -...Anna Zaks2011-12-151-1/+14
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+1
* Introduce a pure virtual clone() method to DiagnosticConsumer, so thatDouglas Gregor2011-09-291-0/+8
* Rename DiagnosticInfo to Diagnostic as per issue 5397David Blaikie2011-09-261-1/+1
* Rename VerifyDiagnosticsClient to VerifyDiagnosticConsumer as per issue 5397David Blaikie2011-09-261-0/+533
OpenPOWER on IntegriCloud