summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/TextDiagnosticPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* When a fix-it hint would span multiple lines, don't print it; half aDouglas Gregor2009-05-031-0/+21
* When we truncate a source line to fit it within the terminal width,Douglas Gregor2009-05-031-5/+6
* Respect the COLUMNS environment variable for word-wrapping (so we getDouglas Gregor2009-05-031-1/+2
* When printing a source line as part of a diagnostic, the source lineDouglas Gregor2009-05-011-35/+180
* Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor2009-05-011-7/+211
* In -fdiagnostics-print-source-range-info mode, print a space before theChris Lattner2009-04-281-1/+14
* make "in included from" and "in instatiation from" messages respectChris Lattner2009-04-211-9/+15
* don't crash on invalid ranges in -fprint-source-range-infoChris Lattner2009-04-191-0/+3
* implement compiler support for -fno-diagnostics-fixit-info,Chris Lattner2009-04-191-3/+2
* tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner2009-04-161-1/+1
* implement framework for -fdiagnostics-show-option, but tblgen isn'tChris Lattner2009-04-161-0/+5
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-2/+2
* implement a new -fprint-source-range-info option, whichChris Lattner2009-03-131-0/+32
* Extend the notion of active template instantiations to include theDouglas Gregor2009-03-101-4/+8
* generalize the "end of line" checking logic to stop at any \0 at theChris Lattner2009-03-081-3/+1
* fix PR2639Chris Lattner2009-03-021-1/+1
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-0/+315
OpenPOWER on IntegriCloud