Age | Commit message (Expand) | Author |
2009-08-27 | restore indentation | Gabor Greif |
2009-08-27 | iterator.h is no more. Be standards compliant. | Gabor Greif |
2009-08-21 | Fix commentos | Daniel Dunbar |
2009-08-21 | Fix refacto. | Daniel Dunbar |
2009-08-19 | Remove now unnecessary helper methods. | Daniel Dunbar |
2009-08-19 | Convert parts of Rewriter to StringRef based API. | Daniel Dunbar |
2009-05-18 | Fix for PR2386: distinguish between insertion and replacements in the | Eli Friedman |
2009-04-14 | Change Lexer::MeasureTokenLength to take a LangOptions reference. | Chris Lattner |
2009-03-18 | HTML rewriter: Don't replace tabs with spaces by default. | Ted Kremenek |
2009-01-17 | this massive patch introduces a simple new abstraction: it makes | Chris Lattner |
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-03 | add a disclaimer | Chris Lattner |
2008-10-03 | add a new Rewriter::getRewritenText method that returns the text for a range | Chris Lattner |
2008-08-16 | add missing class declaration | Nico Weber |
2008-07-07 | In a report-XXXXX.html, make the title include the name of the file with the ... | Ted Kremenek |
2008-07-05 | Fix warnings | Seo Sanghyeon |
2008-05-29 | Update to follow recent LLVM changes | Anton Korobeynikov |
2008-05-28 | Fix rewrite rope to keep the leaf list up-to-date as it erases leaves | Chris Lattner |
2008-05-24 | This fixes a VC++ build failure. | Steve Naroff |
2008-05-23 | add some assertions to catch bad things before they die | Chris Lattner |
2008-04-23 | fix a rewriter crash on zero length files. | Chris Lattner |
2008-04-20 | html::EscapeText (using the Rewriter) now replaces tabs by default. | Ted Kremenek |
2008-04-18 | Provide a version of html::HighlightMacros that takes a Preprocessor&. | Ted Kremenek |
2008-04-17 | class Preprocessor: Now owns the "predefines" char*; it deletes [] it in its ... | Ted Kremenek |
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 | 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 | In html::EscapeText, instead of going through the rewriter with | Chris Lattner |
2008-04-16 | make a method public. | Chris Lattner |
2008-04-16 | speed up -emit-html in a release build by 6.5% by avoiding std::string. | Chris Lattner |
2008-04-14 | Add a bunch of comments, move RewriteRope::MakeRopeString out of line. | 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 |
2008-04-14 | Change the RewriteRope::Chunks data structure from an std::list into | Chris Lattner |
2008-04-12 | Default argument cleanups and minor improvements, patch by | Chris Lattner |
2008-04-12 | move the DeltaTree implementation out of line, remove debugging printfs etc. | Chris Lattner |
2008-04-12 | remove ifdefs | Chris Lattner |
2008-04-12 | Do an initial hack at replacing one of the incredibly inefficient | Chris Lattner |
2008-04-08 | Don't expand tabs in EscapeText, but rather expand them when writing out | Ted Kremenek |
2008-04-06 | don't dereference hte end iterator when inserting at end of buffer. | Chris Lattner |
2008-03-27 | Add html::EscapeText for std::string; use this function to escape text in mes... | Ted Kremenek |
2008-03-19 | Minor speed tweak per Chris's suggestion: use &S[0] instead of S.c_str(). | Ted Kremenek |
2008-03-19 | Integrated some of Chris's comments; check for an empty string in InsertStrXXX() | Ted Kremenek |
2008-03-19 | Moved generation of html header/footer with builtin CSS to the rewriter library. | Ted Kremenek |
2008-03-19 | Added InsertStrXXX/InsertCStrXXX methods to the Rewriter to provide a simpler | Ted Kremenek |
2008-03-19 | More cleanups to HTML rewriter API: remove the InsertTag method; was too comp... | Ted Kremenek |
2008-03-18 | More HTML rewriter cleanups. Preliminary CSS support in code pretty-printing. | Ted Kremenek |
2008-03-18 | Some cleanups to the HTMLRewrite API. Added support for printing out line | Ted Kremenek |