| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | Hoist the logic I added to compute the macro name into a helper | Chandler Carruth | 2011-10-16 | 1 | -16/+30 |
| * | Now that macro expansion notes are real notes and go through the same | Chandler Carruth | 2011-10-16 | 1 | -2/+23 |
| * | Fix the original bug in our diagnostic printing that got me started on | Chandler Carruth | 2011-10-16 | 1 | -29/+12 |
| * | Now that the structure of this is more reasonably laid out, fix a long | Chandler Carruth | 2011-10-16 | 1 | -27/+35 |
| * | Add proper doxyments to the entry point routine, and remove a dead parameter. | Chandler Carruth | 2011-10-16 | 1 | -2/+1 |
| * | Persist the TextDiagnostic object across multiple diagnostics as long as | Chandler Carruth | 2011-10-16 | 1 | -11/+3 |
| * | Clean up the names of all the TextDiagnostic methods (and even a static | Chandler Carruth | 2011-10-15 | 1 | -23/+25 |
| * | Move two functions out of the public interface that shouldn't have ever | Chandler Carruth | 2011-10-15 | 1 | -206/+206 |
| * | Graduate the TextDiagnostic interface to its own header and source file, | Chandler Carruth | 2011-10-15 | 1 | -0/+1098 |