summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite
Commit message (Expand)AuthorAgeFilesLines
* CMake: Builds and installs clang binary and libs (no docs yet). ItOscar Fuentes2008-10-261-0/+9
* make the -rewrite-test a bit more interesting: it now Chris Lattner2008-10-121-3/+50
* start implementing a token rewriter. At this point, it just reads in a fileChris Lattner2008-10-121-0/+53
* Change how raw lexers are handled: instead of creating them and thenChris Lattner2008-10-121-4/+4
* Add #include (introduced by dependence on DeclGroup)Ted Kremenek2008-10-071-0/+1
* add a new Rewriter::getRewritenText method that returns the text for a rangeChris Lattner2008-10-031-0/+49
* Fixed an offset calculation error.Zhongxing Xu2008-09-161-1/+1
* Patch by Csaba Hruska!Ted Kremenek2008-09-132-5/+8
* Patch by Kovarththanan Rajaratnam!Ted Kremenek2008-08-311-0/+10
* honor EscapeSpaces in 2nd overload of EscapeText()Nico Weber2008-08-161-3/+8
* Add CSS for word wrapping of long message bubbles.Ted Kremenek2008-07-111-0/+1
* In a report-XXXXX.html, make the title include the name of the file with the ...Ted Kremenek2008-07-071-7/+13
* Fix rewrite rope to keep the leaf list up-to-date as it erases leavesChris Lattner2008-05-281-5/+27
* add an assertionChris Lattner2008-05-281-0/+1
* fix a nasty off-by-one error.Chris Lattner2008-05-231-1/+1
* fix an inconsistency computing offsets that caused a crash on rewrite-nest.mChris Lattner2008-05-231-1/+1
* Fix rdar://5919567: assertion failure: split didn't occur before erase!Chris Lattner2008-05-081-1/+3
* fix a rewriter crash on zero length files.Chris Lattner2008-04-231-0/+1
* replace form feeds with an <hr> tag.Chris Lattner2008-04-191-1/+5
* Provide a version of html::HighlightMacros that takes a Preprocessor&.Ted Kremenek2008-04-181-16/+17
* Make tab insertion really right: the number of spaces insertedChris Lattner2008-04-181-7/+17
* Use HTML5 doctype when generating HTML.Ted Kremenek2008-04-181-3/+2
* Updated CSS colors. Patch by Cedric Venet!Ted Kremenek2008-04-181-5/+5
* Fix a problem noticed by Nuno, where we wouldn't escape characters in Chris Lattner2008-04-171-2/+3
* class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ...Ted Kremenek2008-04-171-11/+18
* don't give macros a backgroundChris Lattner2008-04-171-2/+2
* Make sure popup is on top over other spans. wrap long line.Chris Lattner2008-04-171-2/+3
* Add support in HTML macro expansion for hovering over a macro and automaticallyTed Kremenek2008-04-171-3/+6
* insert macro expansions into floating divs. For now, they are always displayed,Chris Lattner2008-04-171-4/+29
* correctly hilight multi-line macro definitions and otherChris Lattner2008-04-161-12/+20
* Make HighlightRange correctly handle multi-line ranges. This causes us to Chris Lattner2008-04-161-0/+42
* add a new HighlightRange API, it doesn't handle multiline rangesChris Lattner2008-04-161-12/+40
* reenable highlighting of (the first line of) commentsChris Lattner2008-04-161-1/+1
* switch from relexing with the preprocessor to do syntax highlighting to relexingChris Lattner2008-04-161-20/+19
* Take a stab at highlighting #defines and #includes. This doesn't work yet.Chris Lattner2008-04-161-11/+30
* Syntax highlight keywords. I assume someone else will pick less appaling col...Chris Lattner2008-04-161-3/+10
* split syntax highlighting of macros from keywords and comments,Chris Lattner2008-04-161-3/+69
* Add a mode of hackily syntax highlighting comments. This has a number ofChris Lattner2008-04-161-2/+43
* Switch AddLineNumbers to hack on a rewritebuffer instead of on a Chris Lattner2008-04-161-33/+30
* In html::EscapeText, instead of going through the rewriter withChris Lattner2008-04-161-39/+29
* switch AddLineNumber to use a SmallString instead of sstream. ThisChris Lattner2008-04-161-10/+12
* For HTML diagnostics, output more information about a bug report.Ted Kremenek2008-04-151-1/+10
* finish commenting RewriteRopeChris Lattner2008-04-151-2/+65
* Fix a corner case that ted hit in -emit-html, rdar://5863212Chris Lattner2008-04-151-1/+1
* simplify the implementation of the insert/split operation to returnChris Lattner2008-04-141-98/+98
* Add a bunch of comments, move RewriteRope::MakeRopeString out of line.Chris Lattner2008-04-141-0/+47
* fix more uninit ivars, who wrote this junk? :)Chris Lattner2008-04-141-2/+2
* Fix an assertion ted was hitting, due to an uninitialized variable.Chris Lattner2008-04-141-1/+1
* move a ton of code out of line, from RewriteRope.h -> RewriteRope.cppChris Lattner2008-04-141-0/+672
* remove ifdefsChris Lattner2008-04-141-35/+0
OpenPOWER on IntegriCloud