aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/Rewriter.cpp
AgeCommit message (Expand)Author
2010-07-14Pass StringRefs by value.Benjamin Kramer
2010-06-18introduce a new CharSourceRange class, and enhance the diagnostics routinesChris Lattner
2010-04-16Add a write(raw_ostream&) method to RewriteBuffer. This uses an inefficientNick Lewycky
2010-03-16Let SourceManager::getBufferData return StringRef instead of a pair of two co...Benjamin Kramer
2010-03-16Give SourceManager a Diagnostic object with which to report errors,Douglas Gregor
2010-03-15Add some <cstdio> includes to unbreak the buildbotsDouglas Gregor
2010-03-15Introduce a new BufferResult class to act as the return type ofDouglas Gregor
2010-02-05Some clean up of replacement text API no longer needed byFariborz Jahanian
2010-01-28Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian
2010-01-07Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().Ted Kremenek
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