aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/TextDiagnosticBuffer.cpp
AgeCommit message (Expand)Author
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar
2009-02-17Handle fatal errors.Ben Laurie
2009-01-16eliminate FullSourceLoc::getLocation() now that FullSourceLocChris Lattner
2008-11-19rewrite FormatDiagnostic to be less gross and a lot more efficient.Chris Lattner
2008-11-18This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner
2008-11-18Change the diagnostics interface to take an array of pointers to Chris Lattner
2008-10-24First non-embarrassing cut at checking for ambiguous derived-to-base Douglas Gregor
2008-09-11Add support for expected-note to Clang's -verify optionDouglas Gregor
2008-08-11More #include cleaningDaniel Dunbar
2008-08-05add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber