aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Rewrite/DeltaTree.cpp
AgeCommit message (Expand)AuthorFilesLines
2021-03-02[clang] DeltaTree::AddDelta - fix "initialization is never read" clang-tidy w...Simon Pilgrim1-1/+4
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-07-30Remove trailing spaceFangrui Song1-2/+2
2018-03-27[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnin...Eugene Zelenko1-22/+26
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