Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
ceb639dbeea97c901b2642ebe296eb358d27b2f6
/
clang
/
lib
/
Rewrite
/
RewriteRope.cpp
2946cd7
Update the file headers across all of the LLVM projects in the monorepo
by Chandler Carruth
· 7 years ago
b23ccec
Misc typos fixes in ./lib folder
by Raphael Isemann
· 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
cc3949d
Remove use of builtin comma operator.
by Richard Trieu
· 10 years ago
8017237
Remove empty non-virtual destructors or mark them =default when non-public
by Benjamin Kramer
· 11 years ago
fdacdb2
Use intrusive refcounted pointers to manage RopeRefCountString lifetime.
by Benjamin Kramer
· 11 years ago
0621cb2
Make clang's rewrite engine a core feature
by Alp Toker
· 11 years ago
[Renamed from clang/lib/Rewrite/Core/RewriteRope.cpp]
8ae1203
[C++11] Use 'nullptr'.
by Craig Topper
· 11 years ago
2d942de
Make RewriteRope less confusing for me. No intended behavior change.
by Nico Weber
· 12 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/RewriteRope.cpp]
ccdf735
Actually, this tree isn't necessarily binary.
by Benjamin Kramer
· 14 years ago
c2a4475
Recursively delete rewrite rope nodes when tearing down the tree.
by Benjamin Kramer
· 14 years ago
0e62c1c
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 14 years ago
a3d232a
zap more dead code.
by Chris Lattner
· 15 years ago
48eb14d
Fix:
by Chris Lattner
· 15 years ago
2e385f9
Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference
by Ted Kremenek
· 16 years ago
988c581
Revert 84601. Looks like it was causing failures on some systems.
by Ted Kremenek
· 16 years ago
2f9876c
Fix a reference count imbalance in RewriteRope::MakeRopeString().
by Ted Kremenek
· 16 years ago
11289f4
Remove tabs, and whitespace cleanups.
by Mike Stump
· 16 years ago
5912c6e
Fixed an offset calculation error.
by Zhongxing Xu
· 17 years ago
ae2c57f
Fix rewrite rope to keep the leaf list up-to-date as it erases leaves
by Chris Lattner
· 17 years ago
10a7bd6
fix a nasty off-by-one error.
by Chris Lattner
· 17 years ago
2b88c1e
Fix rdar://5919567: assertion failure: split didn't occur before erase!
by Chris Lattner
· 17 years ago
68a27fa
fix a rewriter crash on zero length files.
by Chris Lattner
· 18 years ago
3e142b2
finish commenting RewriteRope
by Chris Lattner
· 18 years ago
492530d
simplify the implementation of the insert/split operation to return
by Chris Lattner
· 18 years ago
e58408d
Add a bunch of comments, move RewriteRope::MakeRopeString out of line.
by Chris Lattner
· 18 years ago
dc21719
fix more uninit ivars, who wrote this junk? :)
by Chris Lattner
· 18 years ago
ca94e42
Fix an assertion ted was hitting, due to an uninitialized variable.
by Chris Lattner
· 18 years ago
d80eddd
move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp
by Chris Lattner
· 18 years ago