1. ae8a255 Fix regression in range highlighting in HTML output. by Ted Kremenek · 16 years ago
  2. fd8fc4e Modified HTMLDiagnostics to also perform syntax highlighting for errors in header files. by Ted Kremenek · 16 years ago
  3. f6f593f In a report-XXXXX.html, make the title include the name of the file with the bug. Patch by Jean-Daniel Dupas! by Ted Kremenek · 16 years ago
  4. ea17d6a Improve HTMLDiagnostics by understanding the "Below" hint. by Ted Kremenek · 16 years ago
  5. 7a4648d Output better paths to display in bug reports and compute a common by Ted Kremenek · 16 years ago
  6. 072192b added preliminary diagnostics in scan-build results to denote whether by Ted Kremenek · 16 years ago
  7. 7fc8957 Better handling for directory names in HTML diagnostics. Work in progress. by Ted Kremenek · 16 years ago
  8. 5585114 PathDiagnosticClients now retain ownership of passed PathDiagnostics, requiring by Ted Kremenek · 16 years ago
  9. 7414dc0 html::EscapeText (using the Rewriter) now replaces tabs by default. by Ted Kremenek · 16 years ago
  10. 12fc014 Fixed range highlighting bug in HTML diagnostics. by Ted Kremenek · 16 years ago
  11. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 16 years ago
  12. 9e8829b Temporarily disable macro expansion in the HTML output of HTMLDiagnostics to by Ted Kremenek · 16 years ago
  13. b747814 HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges. by Ted Kremenek · 16 years ago
  14. 47abe76 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 16 years ago
  15. 4b0f813 For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 16 years ago
  16. 5dd0041 HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" methods from by Ted Kremenek · 16 years ago
  17. fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 16 years ago
  18. dab4ead Improve range highlighting in HTMLDiagnostic to correctly highlight ranges by Ted Kremenek · 16 years ago
  19. 344f7e3 Use logical line number for BUGLINE. by Ted Kremenek · 16 years ago
  20. 7e76944 Added guard for printing out PathDiagnostics whose last element ends with by Ted Kremenek · 16 years ago
  21. 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 16 years ago
  22. b947639 Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file. by Ted Kremenek · 16 years ago
  23. 86b4381 Put "BUGDESC" comment tag on its own line. by Ted Kremenek · 16 years ago
  24. 0761540 Embed "DESC" tag in HTML reports. by Ted Kremenek · 16 years ago
  25. 33bd942 Embed linkable IDs in message bubbles. by Ted Kremenek · 16 years ago
  26. 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 16 years ago
  27. 2aa13b5 When emitting HTML messages, take into account margin fusing due to tabs. by Ted Kremenek · 16 years ago
  28. 5d0f592 For HTMLDiagnostics, when emitting the name of the directory, substitute the current working directory for "." by Ted Kremenek · 16 years ago
  29. 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 16 years ago
  30. 5d00f86 Output directory as well as file name. by Ted Kremenek · 16 years ago
  31. 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 16 years ago
  32. 88f5cde Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements PathDiagnostic) by Ted Kremenek · 16 years ago