summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/HTMLDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar2009-03-021-502/+0
* Introduce code modification hints into the diagnostics system. When weDouglas Gregor2009-02-261-4/+28
* HTMLDiagnostics: Always display diagnostics *below* the line in question.Ted Kremenek2009-02-181-22/+7
* lower the interface to getLineNumber like we did forChris Lattner2009-02-041-2/+2
* make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner2009-02-041-10/+9
* PathDiagnostics:Ted Kremenek2009-01-271-0/+8
* Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner2009-01-191-15/+8
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-48/+44
* eliminate FullSourceLoc::getLocation() now that FullSourceLocChris Lattner2009-01-161-5/+4
* elimiante FullSourceLoc::getCanonicalFileIDChris Lattner2009-01-161-6/+4
* an instantiation loc is always a file loc.Chris Lattner2009-01-161-3/+0
* more SourceLocation lexicon change: instead of referring to theChris Lattner2009-01-161-23/+23
* Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'Ted Kremenek2008-11-031-1/+1
* Fixed a horrible bug in HTMLDiagnostics.cpp where bugs referencing source ran...Ted Kremenek2008-11-021-3/+3
* Expand bubble size by 50%.Ted Kremenek2008-10-241-1/+1
* Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view.Ted Kremenek2008-09-221-2/+4
* Added experimental "intelligent-sizing" of HTML message bubbles based on the ...Ted Kremenek2008-09-211-35/+77
* Add "category" to BugTypes, allowing bugs to be grouped.Ted Kremenek2008-09-201-0/+9
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-7/+13
* Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu2008-08-241-0/+444
OpenPOWER on IntegriCloud