summaryrefslogtreecommitdiffstats
path: root/clang/lib/Frontend/TextDiagnosticPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Workaround a bug exposed by the FileCheckify of message-length.c, the caret endDaniel Dunbar2009-10-191-0/+6
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-2/+2
* Remove trailing whitespace.Daniel Dunbar2009-09-071-68/+68
* Minor tweak to -fdiagnostics-print-source-range-info to make it printChris Lattner2009-06-151-2/+11
* Add ANSI color support for clang.Torok Edwin2009-06-041-1/+55
* "This patch fixes an obvious buffer overrun inDouglas Gregor2009-05-181-2/+2
* When word-wrapping, be more defensive about a ridiculously small number of co...Douglas Gregor2009-05-151-2/+4
* Eliminate extra vertical space in Clang diagnosticsDouglas Gregor2009-05-061-21/+3
* Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera...Chris Lattner2009-05-051-14/+18
* Simplify the interesting-region code by assimmilating blocks of non-whitespac...Douglas Gregor2009-05-041-57/+18
* Tweak the extraction of the "interesting" part of a source range in two ways: Douglas Gregor2009-05-041-4/+19
* Fix an infinite loop in diagnostic printing.Daniel Dunbar2009-05-031-7/+5
* Fix crash in source-line truncation code for diagnosticDouglas Gregor2009-05-031-2/+3
* temporary hack to work around PR4128Chris Lattner2009-05-031-1/+1
* 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