summaryrefslogtreecommitdiff
path: root/lib/Rewrite/DeltaTree.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-06-22Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").Alexander Kornienko1-1/+1
2015-06-22Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko1-1/+1
2014-07-16Make clang's rewrite engine a core featureAlp Toker1-0/+464
2012-09-01Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.Ted Kremenek1-467/+0
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner1-3/+1
2010-09-03"I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignmentChris Lattner1-8/+2
2010-01-20reduce redundant are'sChris Lattner1-1/+1
2009-11-17Be more careful with anonymous namespaces, since Clang diagnoses the ambiguit...Douglas Gregor1-19/+9
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump1-53/+53
2008-04-15Fix a corner case that ted hit in -emit-html, rdar://5863212Chris Lattner1-1/+1
2008-04-14Change the RewriteRope::Chunks data structure from an std::list intoChris Lattner1-6/+8
2008-04-13Change the btree algorithm to split nodes bottom-up instead of top-down.Chris Lattner1-77/+115
2008-04-13split node splitting from interior node restructuring.Chris Lattner1-37/+61
2008-04-12final cleanup, the code is now in a reviewable state.Chris Lattner1-1/+6
2008-04-12move the DeltaTree implementation out of line, remove debugging printfs etc.Chris Lattner1-0/+416