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