Age | Commit message (Expand) | Author |
2008-08-24 | Moved HTMLDiagnostics to lib/Driver. | Zhongxing Xu |
2008-08-11 | More #include cleaning | Daniel Dunbar |
2008-07-29 | Fix regression in range highlighting in HTML output. | Ted Kremenek |
2008-07-23 | Modified HTMLDiagnostics to also perform syntax highlighting for errors in he... | Ted Kremenek |
2008-07-07 | In a report-XXXXX.html, make the title include the name of the file with the ... | Ted Kremenek |
2008-05-06 | Improve HTMLDiagnostics by understanding the "Below" hint. | Ted Kremenek |
2008-05-02 | Output better paths to display in bug reports and compute a common | Ted Kremenek |
2008-04-30 | added preliminary diagnostics in scan-build results to denote whether | Ted Kremenek |
2008-04-24 | Better handling for directory names in HTML diagnostics. Work in progress. | Ted Kremenek |
2008-04-22 | PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring | Ted Kremenek |
2008-04-20 | html::EscapeText (using the Rewriter) now replaces tabs by default. | Ted Kremenek |
2008-04-18 | Fixed range highlighting bug in HTML diagnostics. | Ted Kremenek |
2008-04-17 | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek |
2008-04-17 | Temporarily disable macro expansion in the HTML output of HTMLDiagnostics to | Ted Kremenek |
2008-04-17 | HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges. | Ted Kremenek |
2008-04-16 | Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags | Ted Kremenek |
2008-04-15 | For HTML diagnostics, output more information about a bug report. | Ted Kremenek |
2008-04-14 | HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" met... | Ted Kremenek |
2008-04-08 | Don't expand tabs in EscapeText, but rather expand them when writing out | Ted Kremenek |
2008-04-08 | Improve range highlighting in HTMLDiagnostic to correctly highlight ranges | Ted Kremenek |
2008-04-03 | Use logical line number for BUGLINE. | Ted Kremenek |
2008-04-03 | Added guard for printing out PathDiagnostics whose last element ends with | Ted Kremenek |
2008-04-02 | Added path sequence numbers in HTML output of PathDiagnostics. | Ted Kremenek |
2008-04-02 | Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file. | Ted Kremenek |
2008-04-02 | Put "BUGDESC" comment tag on its own line. | Ted Kremenek |
2008-04-02 | Embed "DESC" tag in HTML reports. | Ted Kremenek |
2008-03-31 | Embed linkable IDs in message bubbles. | Ted Kremenek |
2008-03-31 | Better handling for tabs with message bubbles. | Ted Kremenek |
2008-03-31 | When emitting HTML messages, take into account margin fusing due to tabs. | Ted Kremenek |
2008-03-27 | For HTMLDiagnostics, when emitting the name of the directory, substitute the ... | Ted Kremenek |
2008-03-27 | Add html::EscapeText for std::string; use this function to escape text in mes... | Ted Kremenek |
2008-03-27 | Output directory as well as file name. | Ted Kremenek |
2008-03-27 | Added <h3> tag in HTML file output that contains the name of the source file. | Ted Kremenek |
2008-03-27 | Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements Path... | Ted Kremenek |