aboutsummaryrefslogtreecommitdiff
path: root/clang/Driver/HTMLDiagnostics.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-05-10Creating 2.3 release branch.Tanya Lattner1-399/+0
2008-05-06Improve HTMLDiagnostics by understanding the "Below" hint.Ted Kremenek1-7/+30
2008-05-02Output better paths to display in bug reports and compute a commonTed Kremenek1-5/+6
2008-04-30added preliminary diagnostics in scan-build results to denote whetherTed Kremenek1-3/+10
2008-04-24Better handling for directory names in HTML diagnostics. Work in progress.Ted Kremenek1-1/+7
2008-04-22PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiringTed Kremenek1-6/+34
2008-04-20html::EscapeText (using the Rewriter) now replaces tabs by default.Ted Kremenek1-6/+1
2008-04-18Fixed range highlighting bug in HTML diagnostics.Ted Kremenek1-4/+2
2008-04-17class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek1-9/+11
2008-04-17Temporarily disable macro expansion in the HTML output of HTMLDiagnostics toTed Kremenek1-1/+1
2008-04-17HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges.Ted Kremenek1-64/+6
2008-04-16Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diagsTed Kremenek1-5/+16
2008-04-15For HTML diagnostics, output more information about a bug report.Ted Kremenek1-5/+17
2008-04-14HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" met...Ted Kremenek1-23/+21
2008-04-08Don't expand tabs in EscapeText, but rather expand them when writing outTed Kremenek1-2/+7
2008-04-08Improve range highlighting in HTMLDiagnostic to correctly highlight rangesTed Kremenek1-0/+56
2008-04-03Use logical line number for BUGLINE.Ted Kremenek1-7/+5
2008-04-03Added guard for printing out PathDiagnostics whose last element ends withTed Kremenek1-1/+5
2008-04-02Added path sequence numbers in HTML output of PathDiagnostics.Ted Kremenek1-0/+3
2008-04-02Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file.Ted Kremenek1-14/+32
2008-04-02Put "BUGDESC" comment tag on its own line.Ted Kremenek1-1/+1
2008-04-02Embed "DESC" tag in HTML reports.Ted Kremenek1-0/+10
2008-03-31Embed linkable IDs in message bubbles.Ted Kremenek1-4/+14
2008-03-31Better handling for tabs with message bubbles.Ted Kremenek1-1/+1
2008-03-31When emitting HTML messages, take into account margin fusing due to tabs.Ted Kremenek1-1/+8
2008-03-27For HTMLDiagnostics, when emitting the name of the directory, substitute the ...Ted Kremenek1-2/+10
2008-03-27Add html::EscapeText for std::string; use this function to escape text in mes...Ted Kremenek1-3/+3
2008-03-27Output directory as well as file name.Ted Kremenek1-1/+2
2008-03-27Added <h3> tag in HTML file output that contains the name of the source file.Ted Kremenek1-1/+12
2008-03-27Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements Path...Ted Kremenek1-0/+245