aboutsummaryrefslogtreecommitdiff
path: root/lib/Rewrite/DeltaTree.cpp
AgeCommit message (Expand)Author
2009-11-17Be more careful with anonymous namespaces, since Clang diagnoses the ambiguit...Douglas Gregor
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2008-04-15Fix a corner case that ted hit in -emit-html, rdar://5863212Chris Lattner
2008-04-14Change the RewriteRope::Chunks data structure from an std::list intoChris Lattner
2008-04-13Change the btree algorithm to split nodes bottom-up instead of top-down.Chris Lattner
2008-04-13split node splitting from interior node restructuring.Chris Lattner
2008-04-12final cleanup, the code is now in a reviewable state.Chris Lattner
2008-04-12move the DeltaTree implementation out of line, remove debugging printfs etc.Chris Lattner