aboutsummaryrefslogtreecommitdiff
path: root/lib/Frontend/TextDiagnosticPrinter.cpp
AgeCommit message (Expand)Author
2009-06-15Minor tweak to -fdiagnostics-print-source-range-info to make it printChris Lattner
2009-06-04Add ANSI color support for clang.Torok Edwin
2009-05-18"This patch fixes an obvious buffer overrun inDouglas Gregor
2009-05-15When word-wrapping, be more defensive about a ridiculously small number of co...Douglas Gregor
2009-05-06Eliminate extra vertical space in Clang diagnosticsDouglas Gregor
2009-05-05Fix rdar://6849429 - -Wunused-value with deeply nested macro expansion genera...Chris Lattner
2009-05-04Simplify the interesting-region code by assimmilating blocks of non-whitespac...Douglas Gregor
2009-05-04Tweak the extraction of the "interesting" part of a source range in two ways: Douglas Gregor
2009-05-03Fix an infinite loop in diagnostic printing.Daniel Dunbar
2009-05-03Fix crash in source-line truncation code for diagnosticDouglas Gregor
2009-05-03temporary hack to work around PR4128Chris Lattner
2009-05-03When a fix-it hint would span multiple lines, don't print it; half aDouglas Gregor
2009-05-03When we truncate a source line to fit it within the terminal width,Douglas Gregor
2009-05-03Respect the COLUMNS environment variable for word-wrapping (so we getDouglas Gregor
2009-05-01When printing a source line as part of a diagnostic, the source lineDouglas Gregor
2009-05-01Implement -fmessage-length=N, which word-wraps diagnostics to N columns. Douglas Gregor
2009-04-28In -fdiagnostics-print-source-range-info mode, print a space before theChris Lattner
2009-04-21make "in included from" and "in instatiation from" messages respectChris Lattner
2009-04-19don't crash on invalid ranges in -fprint-source-range-infoChris Lattner
2009-04-19implement compiler support for -fno-diagnostics-fixit-info,Chris Lattner
2009-04-16tblgen is now passing diagnostic group information in the .inc file, ignore i...Chris Lattner
2009-04-16implement framework for -fdiagnostics-show-option, but tblgen isn'tChris Lattner
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner
2009-03-13implement a new -fprint-source-range-info option, whichChris Lattner
2009-03-10Extend the notion of active template instantiations to include theDouglas Gregor
2009-03-08generalize the "end of line" checking logic to stop at any \0 at theChris Lattner
2009-03-02fix PR2639Chris Lattner
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar