| Commit message (Expand) | Author | Age | Files | Lines |
* | Workaround a bug exposed by the FileCheckify of message-length.c, the caret end | Daniel Dunbar | 2009-10-19 | 1 | -0/+6 |
* | Remove tabs, and whitespace cleanups. | Mike Stump | 2009-09-09 | 1 | -2/+2 |
* | Remove trailing whitespace. | Daniel Dunbar | 2009-09-07 | 1 | -68/+68 |
* | Minor tweak to -fdiagnostics-print-source-range-info to make it print | Chris Lattner | 2009-06-15 | 1 | -2/+11 |
* | Add ANSI color support for clang. | Torok Edwin | 2009-06-04 | 1 | -1/+55 |
* | "This patch fixes an obvious buffer overrun in | Douglas Gregor | 2009-05-18 | 1 | -2/+2 |
* | When word-wrapping, be more defensive about a ridiculously small number of co... | Douglas Gregor | 2009-05-15 | 1 | -2/+4 |
* | Eliminate extra vertical space in Clang diagnostics | Douglas Gregor | 2009-05-06 | 1 | -21/+3 |
* | Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera... | Chris Lattner | 2009-05-05 | 1 | -14/+18 |
* | Simplify the interesting-region code by assimmilating blocks of non-whitespac... | Douglas Gregor | 2009-05-04 | 1 | -57/+18 |
* | Tweak the extraction of the "interesting" part of a source range in two ways: | Douglas Gregor | 2009-05-04 | 1 | -4/+19 |
* | Fix an infinite loop in diagnostic printing. | Daniel Dunbar | 2009-05-03 | 1 | -7/+5 |
* | Fix crash in source-line truncation code for diagnostic | Douglas Gregor | 2009-05-03 | 1 | -2/+3 |
* | temporary hack to work around PR4128 | Chris Lattner | 2009-05-03 | 1 | -1/+1 |
* | When a fix-it hint would span multiple lines, don't print it; half a | Douglas Gregor | 2009-05-03 | 1 | -0/+21 |
* | When we truncate a source line to fit it within the terminal width, | Douglas Gregor | 2009-05-03 | 1 | -5/+6 |
* | Respect the COLUMNS environment variable for word-wrapping (so we get | Douglas Gregor | 2009-05-03 | 1 | -1/+2 |
* | When printing a source line as part of a diagnostic, the source line | Douglas Gregor | 2009-05-01 | 1 | -35/+180 |
* | Implement -fmessage-length=N, which word-wraps diagnostics to N columns. | Douglas Gregor | 2009-05-01 | 1 | -7/+211 |
* | In -fdiagnostics-print-source-range-info mode, print a space before the | Chris Lattner | 2009-04-28 | 1 | -1/+14 |
* | make "in included from" and "in instatiation from" messages respect | Chris Lattner | 2009-04-21 | 1 | -9/+15 |
* | don't crash on invalid ranges in -fprint-source-range-info | Chris Lattner | 2009-04-19 | 1 | -0/+3 |
* | implement compiler support for -fno-diagnostics-fixit-info, | Chris Lattner | 2009-04-19 | 1 | -3/+2 |
* | tblgen is now passing diagnostic group information in the .inc file, ignore i... | Chris Lattner | 2009-04-16 | 1 | -1/+1 |
* | implement framework for -fdiagnostics-show-option, but tblgen isn't | Chris Lattner | 2009-04-16 | 1 | -0/+5 |
* | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner | 2009-04-14 | 1 | -2/+2 |
* | implement a new -fprint-source-range-info option, which | Chris Lattner | 2009-03-13 | 1 | -0/+32 |
* | Extend the notion of active template instantiations to include the | Douglas Gregor | 2009-03-10 | 1 | -4/+8 |
* | generalize the "end of line" checking logic to stop at any \0 at the | Chris Lattner | 2009-03-08 | 1 | -3/+1 |
* | fix PR2639 | Chris Lattner | 2009-03-02 | 1 | -1/+1 |
* | Rename lib/Driver (etc) to lib/Frontend in prep for the *actual* | Daniel Dunbar | 2009-03-02 | 1 | -0/+315 |