| Commit message (Expand) | Author | Age | Files | Lines |
* | Refactor: Simplify boolean conditional return statements in lib/Frontend | Alexander Kornienko | 2015-12-28 | 1 | -3/+1 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Add `-verify-ignore-unexpected` option to ignore unexpected diagnostics in Ve... | Eric Fiselier | 2015-06-13 | 1 | -12/+29 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -3/+3 |
* | Make DiagnosticsEngine::takeClient return std::unique_ptr<> | Alexander Kornienko | 2014-11-17 | 1 | -10/+6 |
* | [modules] Add support for #include_next. | Richard Smith | 2014-10-20 | 1 | -2/+3 |
* | Frontend: Fix some underscore-then-capital UB | Justin Bogner | 2014-10-16 | 1 | -2/+2 |
* | Unique_ptrify PPCallbacks ownership. | Craig Topper | 2014-09-10 | 1 | -2/+2 |
* | unique_ptrify Directives in VerifyDiagnosticConsumer | David Blaikie | 2014-08-29 | 1 | -19/+21 |
* | Provide -verify support to match "any" line for diagnostics in included files. | Andy Gibbs | 2014-07-10 | 1 | -15/+30 |
* | [C++11] Use 'nullptr'. Frontend edition. | Craig Topper | 2014-05-22 | 1 | -17/+19 |
* | Support 'remark' in VerifyDiagnosticConsumer | Tobias Grosser | 2014-05-01 | 1 | -0/+6 |
* | Don't leak _all_ directives in -verify mode. Found by LSan, PR19520. | Nico Weber | 2014-04-24 | 1 | -3/+1 |
* | Don't leak invalid RegexDirectives. Probably a small part of PR19520. | Nico Weber | 2014-04-24 | 1 | -4/+6 |
* | [C++11] Add 'override' keyword to virtual methods that override their base cl... | Craig Topper | 2014-03-13 | 1 | -4/+4 |
* | Revert "Don't require -re suffix on -verify directives with regexes." | Alp Toker | 2013-12-14 | 1 | -3/+19 |
* | Don't require -re suffix on -verify directives with regexes. | Hans Wennborg | 2013-12-14 | 1 | -19/+3 |
* | Use llvm::Regex::Escape in VerifyDiagnosticConsumer.cpp | Hans Wennborg | 2013-12-12 | 1 | -31/+1 |
* | Change semantics of regex expectations in the diagnostic verifier | Hans Wennborg | 2013-12-11 | 1 | -6/+91 |
* | Fix a tranche of comment, test and doc typos | Alp Toker | 2013-12-05 | 1 | -1/+1 |
* | Make Preprocessor::Lex non-recursive. | Eli Friedman | 2013-09-19 | 1 | -1/+1 |
* | Split isFromMainFile into two functions. | Eli Friedman | 2013-08-22 | 1 | -2/+2 |
* | This patch adds new private headers to the module map. Private | Lawrence Crowl | 2013-06-20 | 1 | -1/+1 |
* | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor | 2013-05-03 | 1 | -8/+0 |
* | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor | 2013-05-03 | 1 | -1/+11 |
* | Extended VerifyDiagnosticConsumer to also verify source file for diagnostic. | Andy Gibbs | 2013-04-17 | 1 | -12/+58 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -3/+3 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Change VerifyDiagnosticConsumer so that it *must* contain at least one "expec... | Andy Gibbs | 2012-10-19 | 1 | -6/+31 |
* | Fix directive parsing in VerifyDiagnosticConsumer so that it ensures that "ex... | Andy Gibbs | 2012-10-19 | 1 | -5/+17 |
* | Allow -verify to be used with files that don't have an associated FileEntry. | Jordan Rose | 2012-08-18 | 1 | -43/+115 |
* | Add missing cctype includes. | Joerg Sonnenberger | 2012-08-10 | 1 | -0/+1 |
* | Update VerifyDiagnosticConsumer to only get directives during parsing. | Jordan Rose | 2012-08-10 | 1 | -40/+100 |
* | Allow -verify directives to be filtered by preprocessing. | Jordan Rose | 2012-07-11 | 1 | -28/+90 |
* | Emit -verify diagnostics even when we have a fatal error. | Jordan Rose | 2012-07-11 | 1 | -2/+2 |
* | Clear diagnostic counts after processing the diagnostics. | Axel Naumann | 2012-07-10 | 1 | -0/+3 |
* | Allow -verify directives to specify a min and max count, not just "+". | Jordan Rose | 2012-07-10 | 1 | -21/+33 |
* | Allow line numbers on -verify directives. | Jordan Rose | 2012-07-10 | 1 | -55/+83 |
* | Clean up VerifyDiagnosticsConsumer in preparation for upcoming enhancements. | Jordan Rose | 2012-07-10 | 1 | -73/+22 |
* | Unify naming of LangOptions variable/get function across the Clang stack (Lex... | David Blaikie | 2012-03-11 | 1 | -1/+1 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | Extract the (InputKind, std::string) pair used to describe inputs to | Douglas Gregor | 2012-01-20 | 1 | -1/+1 |
* | Frontend/VerifyDiagnosticConsumer.cpp: Fix an expression that had side-effect. | NAKAMURA Takumi | 2011-12-17 | 1 | -4/+4 |
* | Fixup to the relaxed diagnostic verification option r146633. | Anna Zaks | 2011-12-16 | 1 | -2/+4 |
* | <climits> has UINT_MAX, not <limits>. | Eli Friedman | 2011-12-15 | 1 | -1/+1 |
* | Another fixit for r146633 (to make debian-fnt bot happy), try including limit... | Anna Zaks | 2011-12-15 | 1 | -1/+1 |
* | Fixit for r146633. Make sure UINT_MAX is defined on all platforms. | Anna Zaks | 2011-12-15 | 1 | -0/+2 |
* | Add support for matching one or more (aka regex +) diagnostic messages with -... | Anna Zaks | 2011-12-15 | 1 | -1/+14 |
* | Modify how the -verify flag works. Currently, the verification string and | Richard Trieu | 2011-12-15 | 1 | -2/+1 |