summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/TextDiagnosticPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-315/+0
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-5/+50
* map source ranges through macro expansions. Before:Chris Lattner2009-02-201-1/+12
* refactor, pass ranges down instead of the whole Chris Lattner2009-02-201-9/+15
* tidy upChris Lattner2009-02-181-3/+1
* As an experimental hack, emit "instantiated from" information inChris Lattner2009-02-171-1/+17
* sink a call to getInstantiationLoc to eliminate an assertion.Chris Lattner2009-02-171-4/+5
* break down EmitCaretDiagnostic to use more primitive calls.Chris Lattner2009-02-171-13/+27
* split caret diagnostic printing out into its own function.Chris Lattner2009-02-171-59/+65
* simplify some code.Chris Lattner2009-02-171-5/+5
* If a source range comes through a function-like macro expansion,Chris Lattner2009-02-171-0/+8
* handle fatal errors, rely on warnings to point out missing cases.Chris Lattner2009-02-061-1/+2
* lower the interface to getLineNumber like we did forChris Lattner2009-02-041-3/+4
* make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner2009-02-041-2/+2
* " Attached is a patch for TextDiagnosticPrinter that adds an optionalChris Lattner2009-01-301-4/+6
* Fix TextDiagnosticPrinter::HandleDiagnostic to handle invalid FullSourceLocs ...Ted Kremenek2009-01-281-15/+7
* Introduce a new PresumedLoc class to represent the concept of a locationChris Lattner2009-01-271-54/+64
* Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner2009-01-191-2/+2
* Rename SourceLocation::getFileID to getChunkID, because it returnsChris Lattner2009-01-171-7/+9
* eliminate FullSourceLoc::getLocation() now that FullSourceLocChris Lattner2009-01-161-1/+1
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-13/+14
* remove a dead enumChris Lattner2008-11-221-1/+0
* switch TextDiagnosticPrinter to raw_ostream.Chris Lattner2008-11-191-6/+9
* rewrite FormatDiagnostic to be less gross and a lot more efficient.Chris Lattner2008-11-191-4/+7
* This reworks some of the Diagnostic interfaces a bit to change how diagnosticsChris Lattner2008-11-181-13/+9
* Change the diagnostics interface to take an array of pointers to Chris Lattner2008-11-181-1/+1
* More #include cleaningDaniel Dunbar2008-08-111-2/+0
* * Remove isInSystemHeader() from DiagClient, move it to SourceManagerNico Weber2008-08-101-1/+0
* Expressive diagnostics-- worth their weight in gold?Gordon Henriksen2008-08-091-20/+20
* add a libDriver, for now only move the text diangostics stuff from Driver to ...Nico Weber2008-08-051-0/+203
OpenPOWER on IntegriCloud