1. 0fa0daa prune #includes. by Chris Lattner · 15 years ago
  2. 2420091 Fix a crash with -emit-html from stdin. by Eli Friedman · 15 years ago
  3. 39d7c4d Move ASTConsumers.h to include/clang/Frontend, and move the associated by Eli Friedman · 15 years ago[Renamed (97%) from tools/clang-cc/HTMLPrint.cpp]
  4. 66d6f04 Refactor ASTConsumers to take a raw_ostream instead of a filename where by Eli Friedman · 15 years ago
  5. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  6. 073777f Move <root>/Driver into <root>/tools/clang-cc. by Daniel Dunbar · 15 years ago[Renamed from Driver/HTMLPrint.cpp]
  7. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 16 years ago
  8. e91593e More #include cleaning by Daniel Dunbar · 16 years ago
  9. 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
  10. aa39197 simplify ownership of the predefines buffer. by Chris Lattner · 16 years ago
  11. bef5c8b Restore macro expansion for HTMLPrint by using the original Preprocessor. by Ted Kremenek · 16 years ago
  12. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 16 years ago
  13. 1ee8d6f Handle text escaping (e.g. & -> &amp;) 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 · 16 years ago
  14. 47abe76 Hook up HTMLDiagnostics to use Chris's new syntax highlighting. --html-diags by Ted Kremenek · 16 years ago
  15. c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 16 years ago
  16. 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 16 years ago
  17. 8ac661c Add -o support for -emit-html, make it not produce a file on an error. by Chris Lattner · 16 years ago
  18. fdbe679 Remove "--html-test" driver option and its corresponding code; all of this by Ted Kremenek · 16 years ago
  19. b9bc3ec speed up -emit-html in a release build by 6.5% by avoiding std::string. by Chris Lattner · 16 years ago
  20. e93705f Fix comment. by Steve Naroff · 16 years ago
  21. 3004be0 Convert over to new SourceManager::isFromMainFile() instead of doing direct by Ted Kremenek · 16 years ago
  22. f5749aa For -emit-html, use the Rewriter to expand tabs. by Ted Kremenek · 16 years ago
  23. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 16 years ago
  24. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 16 years ago
  25. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 16 years ago
  26. ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 16 years ago
  27. d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 16 years ago
  28. f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 16 years ago
  29. 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 16 years ago
  30. b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 16 years ago
  31. 5e0020e Added HTML pretty-printer. by Ted Kremenek · 16 years ago