summaryrefslogtreecommitdiffstats
path: root/lib/Rewrite/DeltaTree.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko2015-06-221-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-221-1/+1
* Make clang's rewrite engine a core featureAlp Toker2014-07-161-0/+464
* Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek2012-09-011-467/+0
* remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner2011-07-231-3/+1
* "I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignmentChris Lattner2010-09-031-8/+2
* reduce redundant are'sChris Lattner2010-01-201-1/+1
* Be more careful with anonymous namespaces, since Clang diagnoses the ambiguit...Douglas Gregor2009-11-171-19/+9
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-53/+53
* Fix a corner case that ted hit in -emit-html, rdar://5863212Chris Lattner2008-04-151-1/+1
* Change the RewriteRope::Chunks data structure from an std::list intoChris Lattner2008-04-141-6/+8
* Change the btree algorithm to split nodes bottom-up instead of top-down.Chris Lattner2008-04-131-77/+115
* split node splitting from interior node restructuring.Chris Lattner2008-04-131-37/+61
* final cleanup, the code is now in a reviewable state.Chris Lattner2008-04-121-1/+6
* move the DeltaTree implementation out of line, remove debugging printfs etc.Chris Lattner2008-04-121-0/+416