summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/TextDiagnostics.cpp
Commit message (Collapse)AuthorAgeFilesLines
* * Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber2008-08-101-53/+0
| | | | | | | | | | | | | | | | * Move FormatError() from TextDiagnostic up to DiagClient, remove now empty class TextDiagnostic * Make DiagClient optional for Diagnostic This fixes the following problems: * -html-diags (and probably others) does now output the same set of warnings as console clang does * nothing crashes if one forgets to call setHeaderSearch() on TextDiagnostic * some code duplication is removed llvm-svn: 54620
* add a libDriver, for now only move the text diangostics stuff from Driver to ↵Nico Weber2008-08-051-0/+53
there llvm-svn: 54383
OpenPOWER on IntegriCloud