aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite
AgeCommit message (Expand)Author
2008-10-26CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes
2008-10-12make the -rewrite-test a bit more interesting: it now Chris Lattner
2008-10-12start implementing a token rewriter. At this point, it just reads in a fileChris Lattner
2008-10-12Change how raw lexers are handled: instead of creating them and thenChris Lattner
2008-10-07Add #include (introduced by dependence on DeclGroup)Ted Kremenek
2008-10-03add a new Rewriter::getRewritenText method that returns the text for a rangeChris Lattner
2008-09-16Fixed an offset calculation error.Zhongxing Xu
2008-09-13Patch by Csaba Hruska!Ted Kremenek
2008-08-31Patch by Kovarththanan Rajaratnam!Ted Kremenek
2008-08-16honor EscapeSpaces in 2nd overload of EscapeText()Nico Weber
2008-07-11Add CSS for word wrapping of long message bubbles.Ted Kremenek
2008-07-07In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek
2008-05-28Fix rewrite rope to keep the leaf list up-to-date as it erases leavesChris Lattner
2008-05-28add an assertionChris Lattner
2008-05-23fix a nasty off-by-one error.Chris Lattner
2008-05-23fix an inconsistency computing offsets that caused a crash on rewrite-nest.mChris Lattner
2008-05-08Fix rdar://5919567: assertion failure: split didn't occur before erase!Chris Lattner
2008-04-23fix a rewriter crash on zero length files.Chris Lattner
2008-04-19replace form feeds with an <hr> tag.Chris Lattner
2008-04-18Provide a version of html::HighlightMacros that takes a Preprocessor&.Ted Kremenek
2008-04-18Make tab insertion really right: the number of spaces insertedChris Lattner
2008-04-18Use HTML5 doctype when generating HTML.Ted Kremenek
2008-04-18Updated CSS colors. Patch by Cedric Venet!Ted Kremenek
2008-04-17Fix a problem noticed by Nuno, where we wouldn't escape characters in Chris Lattner
2008-04-17class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek
2008-04-17don't give macros a backgroundChris Lattner
2008-04-17Make sure popup is on top over other spans. wrap long line.Chris Lattner
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