1. 90b1827 Kill PreprocessorFactory, which was both morally repugnant and totally unused. by Daniel Dunbar · 15 years ago
  2. 1eb4433 Remove tabs, and whitespace cleanups. by Mike Stump · 15 years ago
  3. 44ba7bf Remove now unnecessary helper methods. by Daniel Dunbar · 15 years ago
  4. d7407dc Convert parts of Rewriter to StringRef based API. by Daniel Dunbar · 15 years ago
  5. 7e37c81 Use raw_svector_ostream for string concatenation. by Daniel Dunbar · 15 years ago
  6. c01b46e adjust indentation. by Zhongxing Xu · 15 years ago
  7. b83ded0 Patch by Stefan Bühler: Escape text in macro expansion when emitting HTML in the HTMLRewriter. by Ted Kremenek · 15 years ago
  8. 2c78b87 Change Lexer::MeasureTokenLength to take a LangOptions reference. by Chris Lattner · 15 years ago
  9. 7c175fb fix PR3798 by ignoring all diagnostics generated while repreprocessing a file in rewrite macros. by Chris Lattner · 15 years ago
  10. 2223622 Adjust HTML diagnostics CSS to not use "smaller" for font size and instead use by Ted Kremenek · 15 years ago
  11. 3c59823 Tighten message bubble height. by Ted Kremenek · 15 years ago
  12. 00f01e4 Adjust CSS to make message bubble numbers less gaudy. by Ted Kremenek · 15 years ago
  13. 80bae76 Adjust HTML message bubbles to utilize information from PathDiagnosticPiece::Kind. by Ted Kremenek · 15 years ago
  14. 2f10398 Update HTML diagnostics to honor the different between 'event' and 'control-flow' diagnostics. by Ted Kremenek · 15 years ago
  15. 4b2d3f7 Introduce code modification hints into the diagnostics system. When we by Douglas Gregor · 15 years ago
  16. f0b26b1 Fix PR3635 by handling ## magically by Chris Lattner · 15 years ago
  17. e9e6cb9 simplify this code and make it use highlight range. This by Chris Lattner · 15 years ago
  18. b7949a9 fix a fixme in -emit-html output: highlight the entire range of a macro by Chris Lattner · 15 years ago
  19. 05db427 Fix rdar://6562329, a static analyzer crash Ted noticed on by Chris Lattner · 15 years ago
  20. 867924d make "floating macro bubble" output of -emit-html much prettier: by Chris Lattner · 15 years ago
  21. 52c2908 rename getFullFilePos -> getFileOffset. by Chris Lattner · 15 years ago
  22. de7aeef Check in the long promised SourceLocation rewrite. This lays the by Chris Lattner · 15 years ago
  23. a11d617 Rename SourceManager::getCanonicalFileID -> getFileID. There is by Chris Lattner · 15 years ago
  24. 025c3a6 add a simplified lexer ctor that sets up the lexer to raw-lex an entire file. by Chris Lattner · 15 years ago
  25. 2b2453a this massive patch introduces a simple new abstraction: it makes by Chris Lattner · 15 years ago
  26. f7cf85b more SourceLocation lexicon change: instead of referring to the by Chris Lattner · 16 years ago
  27. 590f0cc Change how raw lexers are handled: instead of creating them and then by Chris Lattner · 16 years ago
  28. a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
  29. cc1b853 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
  30. 6336630 honor EscapeSpaces in 2nd overload of EscapeText() by Nico Weber · 16 years ago
  31. 170db7c Add CSS for word wrapping of long message bubbles. by Ted Kremenek · 16 years ago
  32. 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
  33. f3d8d19 replace form feeds with an <hr> tag. by Chris Lattner · 16 years ago
  34. fb58609 Provide a version of html::HighlightMacros that takes a Preprocessor&. by Ted Kremenek · 16 years ago
  35. 5c176f7 Make tab insertion really right: the number of spaces inserted by Chris Lattner · 16 years ago
  36. 38941b5 Use HTML5 doctype when generating HTML. by Ted Kremenek · 16 years ago
  37. f501626 Updated CSS colors. Patch by Cedric Venet! by Ted Kremenek · 16 years ago
  38. 9227c69 Fix a problem noticed by Nuno, where we wouldn't escape characters in by Chris Lattner · 16 years ago
  39. 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 16 years ago
  40. dc5be47 don't give macros a background by Chris Lattner · 16 years ago
  41. 8aa06ac Make sure popup is on top over other spans. wrap long line. by Chris Lattner · 16 years ago
  42. 07339a6 Add support in HTML macro expansion for hovering over a macro and automatically by Ted Kremenek · 16 years ago
  43. 6f46be2 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 16 years ago
  44. 5deb96d correctly hilight multi-line macro definitions and other by Chris Lattner · 16 years ago
  45. 9402b57 Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 16 years ago
  46. 5ef3e2c add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 16 years ago
  47. 678c635 reenable highlighting of (the first line of) comments by Chris Lattner · 16 years ago
  48. a745e8c switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 16 years ago
  49. 74ea3e5 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 16 years ago
  50. c4586c2 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 16 years ago
  51. c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 16 years ago
  52. 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 16 years ago
  53. 8570f0b Switch AddLineNumbers to hack on a rewritebuffer instead of on a by Chris Lattner · 16 years ago
  54. 7352714 In html::EscapeText, instead of going through the rewriter with by Chris Lattner · 16 years ago
  55. 57df3b9 switch AddLineNumber to use a SmallString instead of sstream. This by Chris Lattner · 16 years ago
  56. 4b0f813 For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 16 years ago
  57. 70bcba6 Micro-optimization: Don't use ostringstream when using a C-string literal by Ted Kremenek · 16 years ago
  58. fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 16 years ago
  59. 4ce32cb When substituting tabs during HTMLification, only add "&nbsp;" when we are by Ted Kremenek · 16 years ago
  60. 356708c Add ids for line numbers, allowing us to jump to arbitrary line numbers within by Ted Kremenek · 16 years ago
  61. 7e54eed Tweak message bubble color (gold) by Ted Kremenek · 16 years ago
  62. 6ccb91a fix css font name, patch by Cédric Venet by Chris Lattner · 16 years ago
  63. 49cd635 Some cleanups in EscapeText and AddLineNumbers. Still investigating performance by Ted Kremenek · 16 years ago
  64. 9e628a0 CSS tweaking on blue boxes. by Ted Kremenek · 16 years ago
  65. f23621f Blue diagnostic boxes. by Ted Kremenek · 16 years ago
  66. 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 16 years ago
  67. 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 16 years ago
  68. 487f827 Minor CSS tweaking (smaller h1 tags). by Ted Kremenek · 16 years ago
  69. 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 16 years ago
  70. 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 16 years ago
  71. 9d4e659 Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges by Ted Kremenek · 16 years ago
  72. 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 16 years ago
  73. eeacc52 Change colors of HTML message bubble. by Ted Kremenek · 16 years ago
  74. db87ca0 More CSS enhancements to HTML code printing. by Ted Kremenek · 16 years ago
  75. e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 16 years ago
  76. 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 16 years ago
  77. ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 16 years ago
  78. d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 16 years ago
  79. f7768bc Change "style" to "class" in HTML output. by Ted Kremenek · 16 years ago
  80. f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 16 years ago
  81. 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 16 years ago
  82. b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 16 years ago
  83. c22efea Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to by Ted Kremenek · 16 years ago
  84. 6a34083 Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 16 years ago