| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Fix buffer underrun (invalid read) triggered during diagnostic rendering. Th... | Ted Kremenek | 2013-03-15 | 1 | -1/+1 |
* | Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. | Jordan Rose | 2013-02-08 | 1 | -15/+12 |
* | TextDiagnostic.cpp: Suppress a warning to use ptrdiff_t on i686-clang. [-Wsig... | NAKAMURA Takumi | 2013-02-05 | 1 | -1/+1 |
* | Diagnostics: Clarify name of line-length-limiting constant in r173976. | Jordan Rose | 2013-01-30 | 1 | -3/+3 |
* | Diagnostics: if a line is longer than 4096 characters, don't print it. | Jordan Rose | 2013-01-30 | 1 | -1/+9 |
* | Move UTF conversion routines from clang/lib/Basic to llvm/lib/Support | Dmitri Gribenko | 2013-01-30 | 1 | -1/+1 |
* | Be defensive when printing module import locations; the diagnostic printer ne... | Douglas Gregor | 2012-12-18 | 1 | -1/+1 |
* | Sort all of Clang's files under 'lib', and fix up the broken headers | Chandler Carruth | 2012-12-04 | 1 | -6/+6 |
* | Make helper classes anonymous. Make helper functions static instead of privat... | Benjamin Kramer | 2012-12-01 | 1 | -155/+156 |
* | When we're emitting a diagnostic with a source location in an imported | Douglas Gregor | 2012-11-30 | 1 | -0/+10 |
* | When an error occurs while building a module on demand, provide "While | Douglas Gregor | 2012-11-30 | 1 | -0/+11 |
* | only truncate source lines in text diagnostics when | Seth Cantrell | 2012-11-03 | 1 | -2/+2 |
* | don't step into the middle of multibyte sequences | Seth Cantrell | 2012-11-03 | 1 | -2/+2 |
* | fix bug in SourceColumnMap::startOfPreviousColumn | Seth Cantrell | 2012-11-03 | 1 | -1/+1 |
* | Add a proper algorithm to compute accurate source ranges for diagnostics with | Eli Friedman | 2012-11-03 | 1 | -10/+2 |
* | remove duplicate data array | Seth Cantrell | 2012-10-30 | 1 | -14/+1 |
* | fix calculation of end pointer | Seth Cantrell | 2012-10-30 | 1 | -1/+1 |
* | Use a .def file for most of the diagnostic options. | Douglas Gregor | 2012-10-23 | 1 | -3/+3 |
* | Make DiagnosticOptions intrusively reference-counted, and make sure | Douglas Gregor | 2012-10-23 | 1 | -30/+30 |
* | Emit diagnostics in chunks even when we're trying to print colored template d... | Benjamin Kramer | 2012-10-18 | 1 | -12/+15 |
* | Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S... | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Fix a typo 'iff' => 'if' | Sylvestre Ledru | 2012-09-27 | 1 | -1/+1 |
* | Make TextDiagnostic more robust against SourceLocations which point into the | Richard Smith | 2012-09-13 | 1 | -25/+54 |
* | Add missing cctype includes. | Joerg Sonnenberger | 2012-08-10 | 1 | -0/+1 |
* | Remove unused variables. | Benjamin Kramer | 2012-08-08 | 1 | -7/+0 |
* | Fix a typo (the the => the) | Sylvestre Ledru | 2012-07-23 | 1 | -1/+1 |
* | Re-apply r160319 "Don't crash when emitting fixits following Unicode chars" | Jordan Rose | 2012-07-20 | 1 | -29/+29 |
* | Revert r160319, it caused PR13417. Add a test for PR13417. | Nico Weber | 2012-07-20 | 1 | -26/+27 |
* | Don't crash when emitting fixits following Unicode characters. | Jordan Rose | 2012-07-16 | 1 | -27/+26 |
* | PR13312: Don't crash when printing a fixit that ends in a unicode character. | Benjamin Kramer | 2012-07-12 | 1 | -1/+6 |
* | When applying a template diff highlighting to a diagnostic message, remember | Richard Trieu | 2012-06-28 | 1 | -10/+19 |
* | Fix template type diffing coloring (r159216) when forcing color output to a f... | David Blaikie | 2012-06-28 | 1 | -2/+5 |
* | Add template type diffing to Clang. This feature will provide a better | Richard Trieu | 2012-06-26 | 1 | -3/+25 |
* | Documentation cleanup: escape \ characters in Doxygen comments as needed. | James Dennett | 2012-06-22 | 1 | -2/+2 |
* | If fixits appear to overlap, move the second one over in the output. | Jordan Rose | 2012-06-08 | 1 | -6/+14 |
* | ensure value passed to is space is representable as unsigned char | Seth Cantrell | 2012-05-25 | 1 | -8/+12 |
* | fix Bug 12924 | Seth Cantrell | 2012-05-24 | 1 | -0/+16 |
* | Fix an assertion hit when the serialized diagnostics writer receive a diagnostic | Argyrios Kyrtzidis | 2012-05-10 | 1 | -12/+19 |
* | Make some helper functions static. | Benjamin Kramer | 2012-05-01 | 1 | -8/+7 |
* | Revert r154981, because it caused PR12674. | Nico Weber | 2012-04-26 | 1 | -8/+4 |
* | Suppress -Wunused-variable warning in -Asserts build | Matt Beaumont-Gay | 2012-04-18 | 1 | -1/+1 |
* | fix display of source lines with null characters | Seth Cantrell | 2012-04-18 | 1 | -2/+5 |
* | Nicer display of unprintable source, and fix caret display for non-ascii text | Seth Cantrell | 2012-04-18 | 1 | -159/+439 |
* | Revert "Nicer display of unprintable source, and fix caret display for non-as... | Seth Cantrell | 2012-04-17 | 1 | -440/+160 |
* | fix display of source lines with null characters | Seth Cantrell | 2012-04-17 | 1 | -2/+5 |
* | Nicer display of unprintable source, and fix caret display for non-ascii text | Seth Cantrell | 2012-04-17 | 1 | -158/+435 |
* | Refactor DiagnosticRenderer and SDiagsRenderer to have some functionality | Ted Kremenek | 2012-02-14 | 1 | -1/+1 |
* | Basic: import SmallString<> into clang namespace | Dylan Noblesmith | 2012-02-05 | 1 | -2/+2 |
* | Refactor 'TextDiagnostic' to have a parent class 'DiagnosticRenderer' which h... | Ted Kremenek | 2011-12-17 | 1 | -260/+24 |
* | Switch to a more natural formatting of the macro name printing. | Chandler Carruth | 2011-10-24 | 1 | -2/+2 |