summaryrefslogtreecommitdiff
path: root/lib/Rewrite/RewriteRope.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Misc typos fixes in ./lib folderRaphael Isemann2018-12-101-2/+2
* [Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko2018-03-271-37/+40
* Remove use of builtin comma operator.Richard Trieu2016-02-181-2/+4
* Remove empty non-virtual destructors or mark them =default when non-publicBenjamin Kramer2015-04-111-2/+2
* Use intrusive refcounted pointers to manage RopeRefCountString lifetime.Benjamin Kramer2014-09-151-9/+5
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+806
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-811/+0
* Actually, this tree isn't necessarily binary.Benjamin Kramer2012-04-151-2/+2
* Recursively delete rewrite rope nodes when tearing down the tree.Benjamin Kramer2012-04-151-0/+5
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+1
* zap more dead code.Chris Lattner2010-09-041-3/+3
* Fix:Chris Lattner2010-06-141-1/+1
* 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