aboutsummaryrefslogtreecommitdiff
path: root/Driver/TextDiagnosticBuffer.cpp
AgeCommit message (Expand)Author
2008-08-05add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-12-12TargetInfo no longer includes a reference to SourceManager.Ted Kremenek
2007-12-11Modified the internals of Diagnostic and DiagnosticClient to useTed Kremenek
2007-12-11Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek
2007-11-30start partitioning the diagnostics into two classes: thoseChris Lattner
2007-07-11Stage two of getting CFE top correct.Reid Spencer