index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Rewrite
/
DeltaTree.cpp
Age
Commit message (
Expand
)
Author
2012-09-01
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
Ted Kremenek
2011-07-23
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2010-09-03
"I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment
Chris Lattner
2010-01-20
reduce redundant are's
Chris Lattner
2009-11-17
Be more careful with anonymous namespaces, since Clang diagnoses the ambiguit...
Douglas Gregor
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2008-04-15
Fix a corner case that ted hit in -emit-html, rdar://5863212
Chris Lattner
2008-04-14
Change the RewriteRope::Chunks data structure from an std::list into
Chris Lattner
2008-04-13
Change the btree algorithm to split nodes bottom-up instead of top-down.
Chris Lattner
2008-04-13
split node splitting from interior node restructuring.
Chris Lattner
2008-04-12
final cleanup, the code is now in a reviewable state.
Chris Lattner
2008-04-12
move the DeltaTree implementation out of line, remove debugging printfs etc.
Chris Lattner