1. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 17 years ago
  2. 9e8829b Temporarily disable macro expansion in the HTML output of HTMLDiagnostics to by Ted Kremenek · 17 years ago
  3. b747814 HAve HTMLDiagnostics use html::HighlightRange to highlight message ranges. by Ted Kremenek · 17 years ago
  4. 47abe76 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 17 years ago
  5. 4b0f813 For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 17 years ago
  6. 5dd0041 HTMLDiagnostics now uses the new "getCanonicalID()", "isFromMainFileID()" methods from by Ted Kremenek · 17 years ago
  7. fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 17 years ago
  8. dab4ead Improve range highlighting in HTMLDiagnostic to correctly highlight ranges by Ted Kremenek · 17 years ago
  9. 344f7e3 Use logical line number for BUGLINE. by Ted Kremenek · 17 years ago
  10. 7e76944 Added guard for printing out PathDiagnostics whose last element ends with by Ted Kremenek · 17 years ago
  11. 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 17 years ago
  12. b947639 Embed BUGLINE, BUGFILE, BUGPATHLENGTH in the emitted HTML file. by Ted Kremenek · 17 years ago
  13. 86b4381 Put "BUGDESC" comment tag on its own line. by Ted Kremenek · 17 years ago
  14. 0761540 Embed "DESC" tag in HTML reports. by Ted Kremenek · 17 years ago
  15. 33bd942 Embed linkable IDs in message bubbles. by Ted Kremenek · 17 years ago
  16. 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 17 years ago
  17. 2aa13b5 When emitting HTML messages, take into account margin fusing due to tabs. by Ted Kremenek · 17 years ago
  18. 5d0f592 For HTMLDiagnostics, when emitting the name of the directory, substitute the current working directory for "." by Ted Kremenek · 17 years ago
  19. 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 17 years ago
  20. 5d00f86 Output directory as well as file name. by Ted Kremenek · 17 years ago
  21. 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 17 years ago
  22. 88f5cde Added "HTMLDiagnostic", a generic DiagnosticClient (that also implements PathDiagnostic) by Ted Kremenek · 17 years ago