summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/Rewriter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Some clean up of replacement text API no longer needed byFariborz Jahanian2010-02-051-3/+2
* Fixes a rewrite bug rewriting nested ivars reference.Fariborz Jahanian2010-01-281-2/+3
* Fix typo: rename Rewriter::getRewritenText() -> Rewriter::getRewrittenText().Ted Kremenek2010-01-071-2/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-22/+22
* Convert parts of Rewriter to StringRef based API.Daniel Dunbar2009-08-191-16/+14
* Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions.Chris Lattner2009-06-301-1/+1
* Fix for PR2386: distinguish between insertion and replacements in the Eli Friedman2009-05-181-4/+4
* Change Lexer::MeasureTokenLength to take a LangOptions reference.Chris Lattner2009-04-141-3/+3
* Check in the long promised SourceLocation rewrite. This lays theChris Lattner2009-01-261-1/+1
* this massive patch introduces a simple new abstraction: it makesChris Lattner2009-01-171-22/+22
* 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
* Patch by Csaba Hruska!Ted Kremenek2008-09-131-2/+3
* add an assertionChris Lattner2008-05-281-0/+1
* fix an inconsistency computing offsets that caused a crash on rewrite-nest.mChris Lattner2008-05-231-1/+1
* remove ifdefsChris Lattner2008-04-141-35/+0
* Change the RewriteRope::Chunks data structure from an std::list intoChris Lattner2008-04-141-3/+18
* remove ifdefsChris Lattner2008-04-121-77/+0
* Do an initial hack at replacing one of the incredibly inefficient Chris Lattner2008-04-121-2/+13
* Added variant of "InsertText" in the Rewriter to support inserting text bothTed Kremenek2008-03-181-5/+7
* Bug fix in RewriteBuffer::getMappedOffset: potentially multiple deltas Ted Kremenek2008-03-181-4/+6
* Make a major restructuring of the clang tree: introduce a top-levelChris Lattner2008-03-151-0/+258
OpenPOWER on IntegriCloud