aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Rewrite/RewriteRope.h
AgeCommit message (Expand)Author
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-08-27restore indentationGabor Greif
2009-08-27iterator.h is no more. Be standards compliant.Gabor Greif
2008-07-05Fix warningsSeo Sanghyeon
2008-05-29Update to follow recent LLVM changesAnton Korobeynikov
2008-05-28Fix rewrite rope to keep the leaf list up-to-date as it erases leavesChris Lattner
2008-05-24This fixes a VC++ build failure.Steve Naroff
2008-05-23add some assertions to catch bad things before they die Chris Lattner
2008-04-23fix a rewriter crash on zero length files.Chris Lattner
2008-04-14Add a bunch of comments, move RewriteRope::MakeRopeString out of line.Chris Lattner
2008-04-14move a ton of code out of line, from RewriteRope.h -> RewriteRope.cppChris Lattner
2008-04-14remove ifdefsChris Lattner
2008-04-14Change the RewriteRope::Chunks data structure from an std::list intoChris Lattner
2008-04-12Default argument cleanups and minor improvements, patch byChris Lattner
2008-04-06don't dereference hte end iterator when inserting at end of buffer.Chris Lattner
2008-03-10Add some missing #includes for GCC mainline, patch by Shantonu Sen!Chris Lattner
2007-12-29Don't attribute in file headers anymore. See llvmdev for theChris Lattner
2007-11-08add a getAtOffset() member to simplify some code.Chris Lattner
2007-11-08add a fixme.Chris Lattner
2007-11-08significantly simplify the implementation of RewriteRope by changing theChris Lattner
2007-11-08improve MakeRopeString to avoid doing a malloc for every 2-character string Chris Lattner
2007-11-08Simplify interface to MakeRopeString.Chris Lattner
2007-11-08Add a new RewriteRope data structure which is a smarter way to represent the ...Chris Lattner