aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/Rewriter.cpp
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-19Convert parts of Rewriter to StringRef based API.Daniel Dunbar
2009-06-30Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner
2009-05-18Fix for PR2386: distinguish between insertion and replacements in the Eli Friedman
2009-04-14Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner
2009-01-26Check in the long promised SourceLocation rewrite. This lays theChris Lattner
2009-01-17this massive patch introduces a simple new abstraction: it makesChris 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-13Patch by Csaba Hruska!Ted Kremenek
2008-05-28add an assertionChris Lattner
2008-05-23fix an inconsistency computing offsets that caused a crash on rewrite-nest.mChris Lattner
2008-04-14remove ifdefsChris Lattner
2008-04-14Change the RewriteRope::Chunks data structure from an std::list intoChris Lattner
2008-04-12remove ifdefsChris Lattner
2008-04-12Do an initial hack at replacing one of the incredibly inefficient Chris Lattner
2008-03-18Added variant of "InsertText" in the Rewriter to support inserting text bothTed Kremenek
2008-03-18Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas Ted Kremenek
2008-03-15Make a major restructuring of the clang tree: introduce a top-levelChris Lattner