summaryrefslogtreecommitdiff
path: root/Driver/TextDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber2008-08-051-53/+0
* Fix PR1966 by ignoring non-error diagnostics from system headers even if they...Chris Lattner2008-02-031-13/+8
* Don't attribute in file headers anymore. See llvmdev for theChris Lattner2007-12-291-2/+2
* TargetInfo no longer includes a reference to SourceManager.Ted Kremenek2007-12-121-3/+2
* Modified the internals of Diagnostic and DiagnosticClient to useTed Kremenek2007-12-111-2/+2
* Mega-patch: ripped SourceManager out of Diagnostic/DiagnosticClient. NowTed Kremenek2007-12-111-1/+2
* start partitioning the diagnostics into two classes: thoseChris Lattner2007-11-301-4/+4
* Reimplement SourceLocation. Instead of having a Chris Lattner2007-07-201-3/+1
* Stage two of getting CFE top correct.Reid Spencer2007-07-111-0/+60