Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
lib
/
Rewrite
/
DeltaTree.cpp
6907ce2
Remove trailing space
by Fangrui Song
· 7 years ago
db914a4
[Edit, Rewrite] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
by Eugene Zelenko
· 8 years ago
ab9db51
Revert r240270 ("Fixed/added namespace ending comments using clang-tidy").
by Alexander Kornienko
· 10 years ago
3d9d929
Fixed/added namespace ending comments using clang-tidy. NFC
by Alexander Kornienko
· 10 years ago
0621cb2
Make clang's rewrite engine a core feature
by Alp Toker
· 11 years ago
[Renamed from clang/lib/Rewrite/Core/DeltaTree.cpp]
8ae1203
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
3a02247
Sort all of Clang's files under 'lib', and fix up the broken headers uncovered.
by Chandler Carruth
· 13 years ago
e2bb2ff
Remove pointless classof()'s.
by Sean Silva
· 13 years ago
cdf8149
Split library clangRewrite into clangRewriteCore and clangRewriteFrontend.
by Ted Kremenek
· 13 years ago
[Renamed (99%) from clang/lib/Rewrite/DeltaTree.cpp]
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
3dd48bd
"I see dead code". IdempotentOperationChecker::isTruncationExtensionAssignment
by Chris Lattner
· 15 years ago
6a89c50
reduce redundant are's
by Chris Lattner
· 16 years ago
5492edc
Be more careful with anonymous namespaces, since Clang diagnoses the ambiguity here
by Douglas Gregor
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
52bc4ac
Fix a corner case that ted hit in -emit-html, rdar://5863212
by Chris Lattner
· 17 years ago
3374b03
Change the RewriteRope::Chunks data structure from an std::list into
by Chris Lattner
· 17 years ago
cc0ef63
Change the btree algorithm to split nodes bottom-up instead of top-down.
by Chris Lattner
· 17 years ago
cdefa7a
split node splitting from interior node restructuring.
by Chris Lattner
· 17 years ago
8fc77b7
final cleanup, the code is now in a reviewable state.
by Chris Lattner
· 17 years ago
cbb6bad
move the DeltaTree implementation out of line, remove debugging printfs etc.
by Chris Lattner
· 17 years ago