aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Frontend/TextDiagnosticPrinter.h
AgeCommit message (Expand)Author
2009-11-14Pass Preprocessor through DiagnosticClient::BeginSourceFile.Daniel Dunbar
2009-11-11Allow TextDiagnosticPrinter to have optional ownership of its output stream.Daniel Dunbar
2009-11-05Replace DiagnosticClient::setLangOptions with {Begin,End}SourceFile, and clarifyDaniel Dunbar
2009-11-04Factor out a diagnostic options class.Daniel Dunbar
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-06-04Add ANSI color support for clang.Torok Edwin
2009-05-06Eliminate extra vertical space in Clang diagnosticsDouglas 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-19implement compiler support for -fno-diagnostics-fixit-info,Chris Lattner
2009-04-17add a virtual method to DiagnosticClient to get rid of some fragileChris 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-02Normalize .h guards.Daniel Dunbar
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar