aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/RewriteRope.cpp
AgeCommit message (Expand)Author
2009-10-20Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the referenceTed Kremenek
2009-10-20Revert 84601. Looks like it was causing failures on some systems.Ted Kremenek
2009-10-20Fix a reference count imbalance in RewriteRope::MakeRopeString().Ted Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2008-09-16Fixed an offset calculation error.Zhongxing Xu
2008-05-28Fix rewrite rope to keep the leaf list up-to-date as it erases leavesChris Lattner
2008-05-23fix a nasty off-by-one error.Chris Lattner
2008-05-08Fix rdar://5919567: assertion failure: split didn't occur before erase!Chris Lattner
2008-04-23fix a rewriter crash on zero length files.Chris Lattner
2008-04-15finish commenting RewriteRopeChris Lattner
2008-04-14simplify the implementation of the insert/split operation to returnChris Lattner
2008-04-14Add a bunch of comments, move RewriteRope::MakeRopeString out of line.Chris Lattner
2008-04-14fix more uninit ivars, who wrote this junk? :)Chris Lattner
2008-04-14Fix an assertion ted was hitting, due to an uninitialized variable.Chris Lattner
2008-04-14move a ton of code out of line, from RewriteRope.h -> RewriteRope.cppChris Lattner