aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite
AgeCommit message (Expand)Author
2008-04-17Add support in HTML macro expansion for hovering over a macro and automaticallyTed Kremenek
2008-04-17insert macro expansions into floating divs. For now, they are always displayed,Chris Lattner
2008-04-16correctly hilight multi-line macro definitions and otherChris Lattner
2008-04-16Make HighlightRange correctly handle multi-line ranges. This causes us to Chris Lattner
2008-04-16add a new HighlightRange API, it doesn't handle multiline rangesChris Lattner
2008-04-16reenable highlighting of (the first line of) commentsChris Lattner
2008-04-16switch from relexing with the preprocessor to do syntax highlighting to relexingChris Lattner
2008-04-16Take a stab at highlighting #defines and #includes. This doesn't work yet.Chris Lattner
2008-04-16Syntax highlight keywords. I assume someone else will pick less appaling col...Chris Lattner
2008-04-16split syntax highlighting of macros from keywords and comments,Chris Lattner
2008-04-16Add a mode of hackily syntax highlighting comments. This has a number ofChris Lattner
2008-04-16Switch AddLineNumbers to hack on a rewritebuffer instead of on a Chris Lattner
2008-04-16In html::EscapeText, instead of going through the rewriter withChris Lattner
2008-04-16switch AddLineNumber to use a SmallString instead of sstream. ThisChris Lattner
2008-04-15For HTML diagnostics, output more information about a bug report.Ted Kremenek
2008-04-15finish commenting RewriteRopeChris Lattner
2008-04-15Fix a corner case that ted hit in -emit-html, rdar://5863212Chris Lattner
2008-04-14simplify the implementation of the insert/split operation to returnChris Lattner
2008-04-14Add a bunch of comments, move RewriteRope::MakeRopeString out of line.Chris Lattner
2008-04-14fix more uninit ivars, who wrote this junk? :)Chris Lattner
2008-04-14Fix an assertion ted was hitting, due to an uninitialized variable.Chris Lattner
2008-04-14move a ton of code out of line, from RewriteRope.h -> RewriteRope.cppChris Lattner
2008-04-14remove ifdefsChris Lattner
2008-04-14Change the RewriteRope::Chunks data structure from an std::list intoChris Lattner
2008-04-13Change the btree algorithm to split nodes bottom-up instead of top-down.Chris Lattner
2008-04-13split node splitting from interior node restructuring.Chris Lattner
2008-04-12final cleanup, the code is now in a reviewable state.Chris Lattner
2008-04-12move the DeltaTree implementation out of line, remove debugging printfs etc.Chris Lattner
2008-04-12remove ifdefsChris Lattner
2008-04-12Do an initial hack at replacing one of the incredibly inefficient Chris Lattner
2008-04-09Micro-optimization: Don't use ostringstream when using a C-string literalTed Kremenek
2008-04-08Don't expand tabs in EscapeText, but rather expand them when writing outTed Kremenek
2008-04-08When substituting tabs during HTMLification, only add " " when we areTed Kremenek
2008-04-07Add ids for line numbers, allowing us to jump to arbitrary line numbers withinTed Kremenek
2008-04-07Tweak message bubble color (gold)Ted Kremenek
2008-04-06fix css font name, patch by Cédric VenetChris Lattner
2008-04-03Some cleanups in EscapeText and AddLineNumbers. Still investigating performanceTed Kremenek
2008-04-02CSS tweaking on blue boxes.Ted Kremenek
2008-04-02Blue diagnostic boxes.Ted Kremenek
2008-04-02Added path sequence numbers in HTML output of PathDiagnostics.Ted Kremenek
2008-03-31Better handling for tabs with message bubbles.Ted Kremenek
2008-03-27Minor CSS tweaking (smaller h1 tags).Ted Kremenek
2008-03-27Add html::EscapeText for std::string; use this function to escape text in mes...Ted Kremenek
2008-03-27Added <h3> tag in HTML file output that contains the name of the source file.Ted Kremenek
2008-03-24Minor CSS tweaking: use webkit style CSS properties for shadows/rounded edgesTed Kremenek
2008-03-19Added HTML highlighting for ranges.Ted Kremenek
2008-03-19Change colors of HTML message bubble.Ted Kremenek
2008-03-19More CSS enhancements to HTML code printing.Ted Kremenek
2008-03-19Misc. cleanups to HTML printing: make code rendered using tables; addTed Kremenek
2008-03-19Initial experimentation with adding boxed "annotations" to HTMLized source.Ted Kremenek