aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/HTMLDiagnostics.cpp
AgeCommit message (Expand)Author
2009-03-02Rename lib/Driver (etc) to lib/Frontend in prep for the *actual*Daniel Dunbar
2009-02-26Introduce code modification hints into the diagnostics system. When weDouglas Gregor
2009-02-18HTMLDiagnostics: Always display diagnostics *below* the line in question.Ted Kremenek
2009-02-04lower the interface to getLineNumber like we did forChris Lattner
2009-02-04make SM::getColumnNumber take a predecomposed FileID/offset, whichChris Lattner
2009-01-27PathDiagnostics:Ted Kremenek
2009-01-19Rename SourceManager::getCanonicalFileID -> getFileID. There isChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris Lattner
2009-01-16eliminate FullSourceLoc::getLocation() now that FullSourceLocChris Lattner
2009-01-16elimiante FullSourceLoc::getCanonicalFileIDChris Lattner
2009-01-16an instantiation loc is always a file loc.Chris Lattner
2009-01-16more SourceLocation lexicon change: instead of referring to theChris Lattner
2008-11-03Rename 'HTMLDiagnostics.h' to 'PathDiagnosticClients.h'Ted Kremenek
2008-11-02Fixed a horrible bug in HTMLDiagnostics.cpp where bugs referencing source ran...Ted Kremenek
2008-10-24Expand bubble size by 50%.Ted Kremenek
2008-09-22Output "REPORTHEADER" and "REPORTSUMMARYEXTRA" tags for use with scan-view.Ted Kremenek
2008-09-21Added experimental "intelligent-sizing" of HTML message bubbles based on the ...Ted Kremenek
2008-09-20Add "category" to BugTypes, allowing bugs to be grouped.Ted Kremenek
2008-09-13Patch by Csaba Hruska!Ted Kremenek
2008-08-24Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu