- 2c3352b Add #include (introduced by dependence on DeclGroup) by Ted Kremenek · 16 years ago
- b5cd09a add a new Rewriter::getRewritenText method that returns the text for a range by Chris Lattner · 16 years ago
- 3f61c18 Fixed an offset calculation error. by Zhongxing Xu · 16 years ago
- a95d375 Patch by Csaba Hruska! by Ted Kremenek · 16 years ago
- cc1b853 Patch by Kovarththanan Rajaratnam! by Ted Kremenek · 16 years ago
- 6336630 honor EscapeSpaces in 2nd overload of EscapeText() by Nico Weber · 16 years ago
- 170db7c Add CSS for word wrapping of long message bubbles. by Ted Kremenek · 17 years ago
- 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 · 17 years ago
- 3d2e8c7 Fix rewrite rope to keep the leaf list up-to-date as it erases leaves by Chris Lattner · 17 years ago
- 54bd7cb add an assertion by Chris Lattner · 17 years ago
- 514b24c fix a nasty off-by-one error. by Chris Lattner · 17 years ago
- 9ed7cfd fix an inconsistency computing offsets that caused a crash on rewrite-nest.m by Chris Lattner · 17 years ago
- b6403af Fix rdar://5919567: assertion failure: split didn't occur before erase! by Chris Lattner · 17 years ago
- c66d0aa fix a rewriter crash on zero length files. by Chris Lattner · 17 years ago
- f3d8d19 replace form feeds with an <hr> tag. by Chris Lattner · 17 years ago
- fb58609 Provide a version of html::HighlightMacros that takes a Preprocessor&. by Ted Kremenek · 17 years ago
- 5c176f7 Make tab insertion really right: the number of spaces inserted by Chris Lattner · 17 years ago
- 38941b5 Use HTML5 doctype when generating HTML. by Ted Kremenek · 17 years ago
- f501626 Updated CSS colors. Patch by Cedric Venet! by Ted Kremenek · 17 years ago
- 9227c69 Fix a problem noticed by Nuno, where we wouldn't escape characters in by Chris Lattner · 17 years ago
- 339b9c2 class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its dstor. by Ted Kremenek · 17 years ago
- dc5be47 don't give macros a background by Chris Lattner · 17 years ago
- 8aa06ac Make sure popup is on top over other spans. wrap long line. by Chris Lattner · 17 years ago
- 07339a6 Add support in HTML macro expansion for hovering over a macro and automatically by Ted Kremenek · 17 years ago
- 6f46be2 insert macro expansions into floating divs. For now, they are always displayed, by Chris Lattner · 17 years ago
- 5deb96d correctly hilight multi-line macro definitions and other by Chris Lattner · 17 years ago
- 9402b57 Make HighlightRange correctly handle multi-line ranges. This causes us to by Chris Lattner · 17 years ago
- 5ef3e2c add a new HighlightRange API, it doesn't handle multiline ranges by Chris Lattner · 17 years ago
- 678c635 reenable highlighting of (the first line of) comments by Chris Lattner · 17 years ago
- a745e8c switch from relexing with the preprocessor to do syntax highlighting to relexing by Chris Lattner · 17 years ago
- 74ea3e5 Take a stab at highlighting #defines and #includes. This doesn't work yet. by Chris Lattner · 17 years ago
- c4586c2 Syntax highlight keywords. I assume someone else will pick less appaling colors. by Chris Lattner · 17 years ago
- c54d50a split syntax highlighting of macros from keywords and comments, by Chris Lattner · 17 years ago
- 3245a0a Add a mode of hackily syntax highlighting comments. This has a number of by Chris Lattner · 17 years ago
- 8570f0b Switch AddLineNumbers to hack on a rewritebuffer instead of on a by Chris Lattner · 17 years ago
- 7352714 In html::EscapeText, instead of going through the rewriter with by Chris Lattner · 17 years ago
- 57df3b9 switch AddLineNumber to use a SmallString instead of sstream. This by Chris Lattner · 17 years ago
- 4b0f813 For HTML diagnostics, output more information about a bug report. by Ted Kremenek · 17 years ago
- b9b3094 finish commenting RewriteRope by Chris Lattner · 17 years ago
- 53f9e20 Fix a corner case that ted hit in -emit-html, rdar://5863212 by Chris Lattner · 17 years ago
- bf26856 simplify the implementation of the insert/split operation to return by Chris Lattner · 17 years ago
- 5618d88 Add a bunch of comments, move RewriteRope::MakeRopeString out of line. by Chris Lattner · 17 years ago
- 70778c8 fix more uninit ivars, who wrote this junk? :) by Chris Lattner · 17 years ago
- b442e21 Fix an assertion ted was hitting, due to an uninitialized variable. by Chris Lattner · 17 years ago
- 5fd3e26 move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp by Chris Lattner · 17 years ago
- e5cd857 remove ifdefs by Chris Lattner · 17 years ago
- febe719 Change the RewriteRope::Chunks data structure from an std::list into by Chris Lattner · 17 years ago
- 3b7ff0d Change the btree algorithm to split nodes bottom-up instead of top-down. by Chris Lattner · 17 years ago
- b169e90 split node splitting from interior node restructuring. by Chris Lattner · 17 years ago
- 22cb282 final cleanup, the code is now in a reviewable state. by Chris Lattner · 17 years ago
- 8100d74 move the DeltaTree implementation out of line, remove debugging printfs etc. by Chris Lattner · 17 years ago
- 7725788 remove ifdefs by Chris Lattner · 17 years ago
- 5c9dc5a Do an initial hack at replacing one of the incredibly inefficient by Chris Lattner · 17 years ago
- 70bcba6 Micro-optimization: Don't use ostringstream when using a C-string literal by Ted Kremenek · 17 years ago
- fa5be36 Don't expand tabs in EscapeText, but rather expand them when writing out by Ted Kremenek · 17 years ago
- 4ce32cb When substituting tabs during HTMLification, only add " " when we are by Ted Kremenek · 17 years ago
- 356708c Add ids for line numbers, allowing us to jump to arbitrary line numbers within by Ted Kremenek · 17 years ago
- 7e54eed Tweak message bubble color (gold) by Ted Kremenek · 17 years ago
- 6ccb91a fix css font name, patch by Cédric Venet by Chris Lattner · 17 years ago
- 49cd635 Some cleanups in EscapeText and AddLineNumbers. Still investigating performance by Ted Kremenek · 17 years ago
- 9e628a0 CSS tweaking on blue boxes. by Ted Kremenek · 17 years ago
- f23621f Blue diagnostic boxes. by Ted Kremenek · 17 years ago
- 718ceb1 Added path sequence numbers in HTML output of PathDiagnostics. by Ted Kremenek · 17 years ago
- 8fb0016 Better handling for tabs with message bubbles. by Ted Kremenek · 17 years ago
- 487f827 Minor CSS tweaking (smaller h1 tags). by Ted Kremenek · 17 years ago
- 053ef59 Add html::EscapeText for std::string; use this function to escape text in message bubbles. by Ted Kremenek · 17 years ago
- 2e93981 Added <h3> tag in HTML file output that contains the name of the source file. by Ted Kremenek · 17 years ago
- 9d4e659 Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edges by Ted Kremenek · 17 years ago
- 0f1b67b Added HTML highlighting for ranges. by Ted Kremenek · 17 years ago
- eeacc52 Change colors of HTML message bubble. by Ted Kremenek · 17 years ago
- db87ca0 More CSS enhancements to HTML code printing. by Ted Kremenek · 17 years ago
- e8e019e Misc. cleanups to HTML printing: make code rendered using tables; add by Ted Kremenek · 17 years ago
- 13e479b Initial experimentation with adding boxed "annotations" to HTMLized source. by Ted Kremenek · 17 years ago
- ad0a203 Moved generation of html header/footer with builtin CSS to the rewriter library. by Ted Kremenek · 17 years ago
- d6c1360 More cleanups to the HTML rewriter (with line formatting), with better by Ted Kremenek · 17 years ago
- f7768bc Change "style" to "class" in HTML output. by Ted Kremenek · 17 years ago
- f830997 More cleanups to HTML rewriter API: remove the InsertTag method; was too complicated by Ted Kremenek · 17 years ago
- 1b3188c More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. by Ted Kremenek · 17 years ago
- b485cd1 Some cleanups to the HTMLRewrite API. Added support for printing out line by Ted Kremenek · 17 years ago
- c22efea Modified "InsertTag" (HTML rewriter) to have an optional "OutermostTag" flag to by Ted Kremenek · 17 years ago
- 6a34083 Added the beginning of a set of rewriter functions for pretty-printing source by Ted Kremenek · 17 years ago
- 886c8db Added variant of "InsertText" in the Rewriter to support inserting text both by Ted Kremenek · 17 years ago
- 88ad97f Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas by Ted Kremenek · 17 years ago
- bda0b62 Make a major restructuring of the clang tree: introduce a top-level by Chris Lattner · 17 years ago