| Commit message (Expand) | Author | Age | Files | Lines |
* | When the diagnostic text is simply "%0", sanitize the string for any | Richard Trieu | 2015-01-08 | 1 | -0/+15 |
* | Destroy the diagnostic client first in ~DiagnosticEngine | Reid Kleckner | 2014-12-17 | 1 | -0/+6 |
* | Make DiagnosticsEngine::takeClient return std::unique_ptr<> | Alexander Kornienko | 2014-11-17 | 1 | -15/+5 |
* | Remove unused DiagnosticsEngine::NumErrorsSuppressed member. | Rafael Espindola | 2014-10-22 | 1 | -1/+0 |
* | Increase SmallVector<> size in DiagnosticsEngine::setSeverityForGroup | Hans Wennborg | 2014-08-11 | 1 | -3/+3 |
* | Use -Rblah, not -Wblah, to control remark diagnostics. This was always the | Richard Smith | 2014-08-07 | 1 | -8/+14 |
* | DiagnosticIDs: use diagnostic severities to simplify extension handling | Alp Toker | 2014-06-22 | 1 | -1/+1 |
* | DiagnosticsEngine: update severity setters to new terminology | Alp Toker | 2014-06-12 | 1 | -12/+10 |
* | Complete the switch from mappings to declarative diagnostic severities | Alp Toker | 2014-06-12 | 1 | -11/+11 |
* | Use StringRef to simplify code. No functional change. | Craig Topper | 2014-06-12 | 1 | -10/+9 |
* | Use ArrayRef in some function parameters instead of a pointer and count. No f... | Craig Topper | 2014-06-12 | 1 | -14/+12 |
* | Improve diagnostic mapping terminology | Alp Toker | 2014-06-10 | 1 | -25/+24 |
* | Remove limits on the number of fix-it hints and ranges in the DiagnosticsEngine. | Alexander Kornienko | 2014-05-22 | 1 | -9/+6 |
* | [C++11] Use 'nullptr'. | Craig Topper | 2014-05-08 | 1 | -5/+5 |
* | Fix -Wreturn-type build failure on ASTMatchers, plus an intended assert | Alp Toker | 2014-01-26 | 1 | -1/+1 |
* | Remove flawed diagnostic mapping functions | Alp Toker | 2014-01-26 | 1 | -35/+0 |
* | Bring back magic constants in the digraph diagnostic | Alp Toker | 2014-01-07 | 1 | -2/+0 |
* | Support diagnostic formatting of keyword tokens | Alp Toker | 2014-01-06 | 1 | -7/+13 |
* | Rename getTokenSimpleSpelling() to getPunctuatorSpelling() | Alp Toker | 2014-01-06 | 1 | -1/+1 |
* | Teach the diagnostics engine about the Attr type to make reporting on semanti... | Aaron Ballman | 2013-12-26 | 1 | -0/+1 |
* | Support and use token kinds as diagnostic arguments | Alp Toker | 2013-12-24 | 1 | -0/+29 |
* | Revert r177218. | Argyrios Kyrtzidis | 2013-05-03 | 1 | -1/+0 |
* | Remove DiagnosticConsumer::clone(), a bad idea that is now unused. | Douglas Gregor | 2013-05-03 | 1 | -5/+0 |
* | When building a module, forward diagnostics to the outer diagnostic consumer. | Douglas Gregor | 2013-05-03 | 1 | -0/+22 |
* | Initialize WarnOnSpellCheck. | Rafael Espindola | 2013-05-03 | 1 | -0/+1 |
* | Moving initialization into the initializer list and correcting capitalization... | Aaron Ballman | 2013-02-24 | 1 | -4/+3 |
* | Fixing a typo where FixIts was accidentally self-assigning instead of assigni... | Aaron Ballman | 2013-02-19 | 1 | -1/+1 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -7/+7 |
* | Changed to static_cast, due to post-commit review. | Filipe Cabecinhas | 2013-01-30 | 1 | -2/+2 |
* | Cast to remove the narrowing conversion error in c++11. | Filipe Cabecinhas | 2013-01-30 | 1 | -2/+2 |
* | Handle passing non-Qualtypes to %diff better. Instead of asserting, fall back | Richard Trieu | 2013-01-30 | 1 | -5/+23 |
* | Remove useless 'llvm::' qualifier from names like StringRef and others that are | Dmitri Gribenko | 2013-01-12 | 1 | -4/+4 |
* | Fix code that attempted to produce a diagnostic with one DiagnosticEngine, then | Richard Smith | 2012-12-20 | 1 | -5/+1 |
* | Fix analysis based warnings so that all warnings are emitted when compiling | DeLesley Hutchins | 2012-12-07 | 1 | -0/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -2/+4 |
* | Use llvm::getOrdinalSuffix to print ordinal numbers in diagnostics. | Jordan Rose | 2012-09-22 | 1 | -17/+2 |
* | Avoid binding a reference to a dereferenced null pointer, if we try to emit a | Richard Smith | 2012-08-17 | 1 | -0/+3 |
* | Fix undefined behavior: reference bound to dereferenced null pointer. | Richard Smith | 2012-08-14 | 1 | -1/+2 |
* | Fix undefined behavior: don't bind a dereferenced null pointer to a reference. | Richard Smith | 2012-08-14 | 1 | -1/+1 |
* | Add missing cctype includes. | Joerg Sonnenberger | 2012-08-10 | 1 | -0/+1 |
* | Modify tree printing mode for template type diffing. If a diagnostic has | Richard Trieu | 2012-07-13 | 1 | -2/+3 |
* | Emit -verify diagnostics even when we have a fatal error. | Jordan Rose | 2012-07-11 | 1 | -5/+22 |
* | Properly update the FormattedArgs vector when the template type diffing falls | Richard Trieu | 2012-07-10 | 1 | -0/+9 |
* | Update the %diff modifer to have an alternate string print when a template tree | Richard Trieu | 2012-06-29 | 1 | -7/+11 |
* | Add template type diffing to Clang. This feature will provide a better | Richard Trieu | 2012-06-26 | 1 | -1/+78 |
* | Documentation cleanup: delete doc comments from source files where they are | James Dennett | 2012-06-15 | 1 | -6/+0 |
* | [Basic] Fix up DiagnosticBuilder::{FlushCounts,Emit} to be inline. | Daniel Dunbar | 2012-03-13 | 1 | -23/+6 |
* | [Basic] Stop using a SmallVector<> for Diagnostic. This drops Clang binary size | Daniel Dunbar | 2012-03-13 | 1 | -3/+6 |
* | More ArrayRef-ification of methods. | Bill Wendling | 2012-02-22 | 1 | -1/+1 |