summaryrefslogtreecommitdiffstats
path: root/clang/lib/Rewrite/RewriteRope.cpp
Commit message (Expand)AuthorAgeFilesLines
* Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the referenceTed Kremenek2009-10-201-0/+1
* Revert 84601. Looks like it was causing failures on some systems.Ted Kremenek2009-10-201-2/+3
* Fix a reference count imbalance in RewriteRope::MakeRopeString().Ted Kremenek2009-10-201-3/+2
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-92/+92
* Fixed an offset calculation error.Zhongxing Xu2008-09-161-1/+1
* Fix rewrite rope to keep the leaf list up-to-date as it erases leavesChris Lattner2008-05-281-5/+27
* fix a nasty off-by-one error.Chris Lattner2008-05-231-1/+1
* Fix rdar://5919567: assertion failure: split didn't occur before erase!Chris Lattner2008-05-081-1/+3
* fix a rewriter crash on zero length files.Chris Lattner2008-04-231-0/+1
* finish commenting RewriteRopeChris Lattner2008-04-151-2/+65
* simplify the implementation of the insert/split operation to returnChris Lattner2008-04-141-98/+98
* Add a bunch of comments, move RewriteRope::MakeRopeString out of line.Chris Lattner2008-04-141-0/+47
* fix more uninit ivars, who wrote this junk? :)Chris Lattner2008-04-141-2/+2
* Fix an assertion ted was hitting, due to an uninitialized variable.Chris Lattner2008-04-141-1/+1
* move a ton of code out of line, from RewriteRope.h -> RewriteRope.cppChris Lattner2008-04-141-0/+672
OpenPOWER on IntegriCloud