summaryrefslogtreecommitdiffstats
path: root/clang/Driver/HTMLDiagnostics.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved HTMLDiagnostics to lib/Driver.Zhongxing Xu2008-08-241-444/+0
* More #include cleaningDaniel Dunbar2008-08-111-2/+3
* Fix regression in range highlighting in HTML output.Ted Kremenek2008-07-291-2/+2
* Modified HTMLDiagnostics to also perform syntax highlighting for errors in he...Ted Kremenek2008-07-231-13/+57
* In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek2008-07-071-1/+1
* Improve HTMLDiagnostics by understanding the "Below" hint.Ted Kremenek2008-05-061-7/+30
* Output better paths to display in bug reports and compute a commonTed Kremenek2008-05-021-5/+6
* added preliminary diagnostics in scan-build results to denote whetherTed Kremenek2008-04-301-3/+10
* Better handling for directory names in HTML diagnostics. Work in progress.Ted Kremenek2008-04-241-1/+7
* PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiringTed Kremenek2008-04-221-6/+34
* html::EscapeText (using the Rewriter) now replaces tabs by default.Ted Kremenek2008-04-201-6/+1
* Fixed range highlighting bug in HTML diagnostics.Ted Kremenek2008-04-181-4/+2
* class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek2008-04-171-9/+11
* Temporarily disable macro expansion in the HTML output of HTMLDiagnostics toTed Kremenek2008-04-171-1/+1
* HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges.Ted Kremenek2008-04-171-64/+6
* Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diagsTed Kremenek2008-04-161-5/+16
* For HTML diagnostics, output more information about a bug report.Ted Kremenek2008-04-151-5/+17
* HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" met...Ted Kremenek2008-04-141-23/+21
* Don't expand tabs in EscapeText, but rather expand them when writing outTed Kremenek2008-04-081-2/+7
* Improve range highlighting in HTMLDiagnostic to correctly highlight rangesTed Kremenek2008-04-081-0/+56
* Use logical line number for BUGLINE.Ted Kremenek2008-04-031-7/+5
* Added guard for printing out PathDiagnostics whose last element ends withTed Kremenek2008-04-031-1/+5
* Added path sequence numbers in HTML output of PathDiagnostics.Ted Kremenek2008-04-021-0/+3
* Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file.Ted Kremenek2008-04-021-14/+32
* Put "BUGDESC" comment tag on its own line.Ted Kremenek2008-04-021-1/+1
* Embed "DESC" tag in HTML reports.Ted Kremenek2008-04-021-0/+10
* Embed linkable IDs in message bubbles.Ted Kremenek2008-03-311-4/+14
* Better handling for tabs with message bubbles.Ted Kremenek2008-03-311-1/+1
* When emitting HTML messages, take into account margin fusing due to tabs.Ted Kremenek2008-03-311-1/+8
* For HTMLDiagnostics, when emitting the name of the directory, substitute the ...Ted Kremenek2008-03-271-2/+10
* Add html::EscapeText for std::string; use this function to escape text in mes...Ted Kremenek2008-03-271-3/+3
* Output directory as well as file name.Ted Kremenek2008-03-271-1/+2
* Added <h3> tag in HTML file output that contains the name of the source file.Ted Kremenek2008-03-271-1/+12
* Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements Path...Ted Kremenek2008-03-271-0/+245
OpenPOWER on IntegriCloud