1. 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
  2. aa39197 simplify ownership of the predefines buffer. by Chris Lattner · 16 years ago
  3. bef5c8b Restore macro expansion for HTMLPrint by using the original Preprocessor. by Ted Kremenek · 17 years ago
  4. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 17 years ago
  5. 1ee8d6f Handle text escaping (e.g. & -> &) last, to avoid interactions between 'replace' operations and insert operations. This fixes a problem with "&;&" on line 666 of the gcc.c example I sent out. by Chris Lattner · 17 years ago
  6. 47abe76 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 17 years ago
  7. c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 17 years ago
  8. 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 17 years ago
  9. 8ac661c Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 17 years ago
  10. fdbe679 Remove "--html-test" driver option and its corresponding code; all of this by Ted Kremenek · 17 years ago
  11. b9bc3ec speed up -emit-html in a release build by 6.5% by avoiding std::string. by Chris Lattner · 17 years ago
  12. e93705f Fix comment. by Steve Naroff · 17 years ago
  13. 3004be0 Convert over to new SourceManager::isFromMainFile() instead of doing direct by Ted Kremenek · 17 years ago
  14. f5749aa For -emit-html, use the Rewriter to expand tabs. by Ted Kremenek · 17 years ago
  15. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 17 years ago
  16. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 17 years ago
  17. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 17 years ago
  18. ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 17 years ago
  19. d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 17 years ago
  20. f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 17 years ago
  21. 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 17 years ago
  22. b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 17 years ago
  23. 5e0020e Added HTML pretty-printer. by Ted Kremenek · 17 years ago