summaryrefslogtreecommitdiffstats
path: root/lib/Frontend/VerifyDiagnosticConsumer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Preprocessor: Suppress -Wnonportable-include-path for header mapsDuncan P. N. Exon Smith2017-04-271-1/+1
* Instead of resetting the pointer, or releasing it which was the previousChandler Carruth2016-11-031-1/+2
* Using release to free memory is at best confusing -- one would expectChandler Carruth2016-11-031-1/+1
* Refactor: Simplify boolean conditional return statements in lib/FrontendAlexander Kornienko2015-12-281-3/+1
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve...Eric Fiselier2015-06-131-12/+29
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-3/+3
* Make DiagnosticsEngine::takeClient return std::unique_ptr<>Alexander Kornienko2014-11-171-10/+6
* [modules] Add support for #include_next.Richard Smith2014-10-201-2/+3
* Frontend: Fix some underscore-then-capital UBJustin Bogner2014-10-161-2/+2
* Unique_ptrify PPCallbacks ownership.Craig Topper2014-09-101-2/+2
* unique_ptrify Directives in VerifyDiagnosticConsumerDavid Blaikie2014-08-291-19/+21
* Provide -verify support to match "any" line for diagnostics in included files.Andy Gibbs2014-07-101-15/+30
* [C++11] Use 'nullptr'. Frontend edition.Craig Topper2014-05-221-17/+19
* Support 'remark' in VerifyDiagnosticConsumerTobias Grosser2014-05-011-0/+6
* Don't leak _all_ directives in -verify mode. Found by LSan, PR19520.Nico Weber2014-04-241-3/+1
* Don't leak invalid RegexDirectives. Probably a small part of PR19520.Nico Weber2014-04-241-4/+6
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-131-4/+4
* Revert "Don't require -re suffix on -verify directives with regexes."Alp Toker2013-12-141-3/+19
* Don't require -re suffix on -verify directives with regexes.Hans Wennborg2013-12-141-19/+3
* Use llvm::Regex::Escape in VerifyDiagnosticConsumer.cppHans Wennborg2013-12-121-31/+1
* Change semantics of regex expectations in the diagnostic verifierHans Wennborg2013-12-111-6/+91
* Fix a tranche of comment, test and doc typosAlp Toker2013-12-051-1/+1
* Make Preprocessor::Lex non-recursive.Eli Friedman2013-09-191-1/+1
* Split isFromMainFile into two functions.Eli Friedman2013-08-221-2/+2
* This patch adds new private headers to the module map. PrivateLawrence Crowl2013-06-201-1/+1
* Remove DiagnosticConsumer::clone(), a bad idea that is now unused.Douglas Gregor2013-05-031-8/+0
* When building a module, forward diagnostics to the outer diagnostic consumer.Douglas Gregor2013-05-031-1/+11
* Extended VerifyDiagnosticConsumer to also verify source file for diagnostic.Andy Gibbs2013-04-171-12/+58
* Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h.Jordan Rose2013-02-081-3/+3
* Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth2012-12-041-1/+1
* Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec...Andy Gibbs2012-10-191-6/+31
* Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex...Andy Gibbs2012-10-191-5/+17
* Allow -verify to be used with files that don't have an associated FileEntry.Jordan Rose2012-08-181-43/+115
* Add missing cctype includes.Joerg Sonnenberger2012-08-101-0/+1
* Update VerifyDiagnosticConsumer to only get directives during parsing.Jordan Rose2012-08-101-40/+100
* 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