Age | Commit message (Expand) | Author |
2008-10-26 | CMake: Builds and installs clang binary and libs (no docs yet). It | Oscar Fuentes |
2008-10-12 | make the -rewrite-test a bit more interesting: it now | Chris Lattner |
2008-10-12 | start implementing a token rewriter. At this point, it just reads in a file | Chris Lattner |
2008-10-12 | Change how raw lexers are handled: instead of creating them and then | Chris Lattner |
2008-10-07 | Add #include (introduced by dependence on DeclGroup) | Ted Kremenek |
2008-10-03 | add a new Rewriter::getRewritenText method that returns the text for a range | Chris Lattner |
2008-09-16 | Fixed an offset calculation error. | Zhongxing Xu |
2008-09-13 | Patch by Csaba Hruska! | Ted Kremenek |
2008-08-31 | Patch by Kovarththanan Rajaratnam! | Ted Kremenek |
2008-08-16 | honor EscapeSpaces in 2nd overload of EscapeText() | Nico Weber |
2008-07-11 | Add CSS for word wrapping of long message bubbles. | Ted Kremenek |
2008-07-07 | In a report-XXXXX.html, make the title include the name of the file with the ... | Ted Kremenek |
2008-05-28 | Fix rewrite rope to keep the leaf list up-to-date as it erases leaves | Chris Lattner |
2008-05-28 | add an assertion | Chris Lattner |
2008-05-23 | fix a nasty off-by-one error. | Chris Lattner |
2008-05-23 | fix an inconsistency computing offsets that caused a crash on rewrite-nest.m | Chris Lattner |
2008-05-08 | Fix rdar://5919567: assertion failure: split didn't occur before erase! | Chris Lattner |
2008-04-23 | fix a rewriter crash on zero length files. | Chris Lattner |
2008-04-19 | replace form feeds with an <hr> tag. | Chris Lattner |
2008-04-18 | Provide a version of html::HighlightMacros that takes a Preprocessor&. | Ted Kremenek |
2008-04-18 | Make tab insertion really right: the number of spaces inserted | Chris Lattner |
2008-04-18 | Use HTML5 doctype when generating HTML. | Ted Kremenek |
2008-04-18 | Updated CSS colors. Patch by Cedric Venet! | Ted Kremenek |
2008-04-17 | Fix a problem noticed by Nuno, where we wouldn't escape characters in | Chris Lattner |
2008-04-17 | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek |
2008-04-17 | don't give macros a background | Chris Lattner |
2008-04-17 | Make sure popup is on top over other spans. wrap long line. | Chris Lattner |
2008-04-17 | Add support in HTML macro expansion for hovering over a macro and automatically | Ted Kremenek |
2008-04-17 | insert macro expansions into floating divs. For now, they are always displayed, | Chris Lattner |
2008-04-16 | correctly hilight multi-line macro definitions and other | Chris Lattner |
2008-04-16 | Make HighlightRange correctly handle multi-line ranges. This causes us to | Chris Lattner |
2008-04-16 | add a new HighlightRange API, it doesn't handle multiline ranges | Chris Lattner |
2008-04-16 | reenable highlighting of (the first line of) comments | Chris Lattner |
2008-04-16 | switch from relexing with the preprocessor to do syntax highlighting to relexing | Chris Lattner |
2008-04-16 | Take a stab at highlighting #defines and #includes. This doesn't work yet. | Chris Lattner |
2008-04-16 | Syntax highlight keywords. I assume someone else will pick less appaling col... | Chris Lattner |
2008-04-16 | split syntax highlighting of macros from keywords and comments, | Chris Lattner |
2008-04-16 | Add a mode of hackily syntax highlighting comments. This has a number of | Chris Lattner |
2008-04-16 | Switch AddLineNumbers to hack on a rewritebuffer instead of on a | Chris Lattner |
2008-04-16 | In html::EscapeText, instead of going through the rewriter with | Chris Lattner |
2008-04-16 | switch AddLineNumber to use a SmallString instead of sstream. This | Chris Lattner |
2008-04-15 | For HTML diagnostics, output more information about a bug report. | Ted Kremenek |
2008-04-15 | finish commenting RewriteRope | Chris Lattner |
2008-04-15 | Fix a corner case that ted hit in -emit-html, rdar://5863212 | Chris Lattner |
2008-04-14 | simplify the implementation of the insert/split operation to return | Chris Lattner |
2008-04-14 | Add a bunch of comments, move RewriteRope::MakeRopeString out of line. | Chris Lattner |
2008-04-14 | fix more uninit ivars, who wrote this junk? :) | Chris Lattner |
2008-04-14 | Fix an assertion ted was hitting, due to an uninitialized variable. | Chris Lattner |
2008-04-14 | move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp | Chris Lattner |
2008-04-14 | remove ifdefs | Chris Lattner |