Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
9859ea07b55727557a201e730caf01bcd6a7566a
/
lib
/
Rewrite
/
RewriteRope.cpp
5f9e272
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM.h imports
by Chris Lattner
· 13 years ago
24dce6e
zap more dead code.
by Chris Lattner
· 14 years ago
f0ed9ef
Fix:
by Chris Lattner
· 14 years ago
90556e3
Call 'clear()' in ~RopePieceBTreeLeaf(), decrementing the reference
by Ted Kremenek
· 15 years ago
8f99993
Revert 84601. Looks like it was causing failures on some systems.
by Ted Kremenek
· 15 years ago
01fbef6
Fix a reference count imbalance in RewriteRope::MakeRopeString().
by Ted Kremenek
· 15 years ago
1eb4433
Remove tabs, and whitespace cleanups.
by Mike Stump
· 15 years ago
3f61c18
Fixed an offset calculation error.
by Zhongxing Xu
· 16 years ago
3d2e8c7
Fix rewrite rope to keep the leaf list up-to-date as it erases leaves
by Chris Lattner
· 16 years ago
514b24c
fix a nasty off-by-one error.
by Chris Lattner
· 16 years ago
b6403af
Fix rdar://5919567: assertion failure: split didn't occur before erase!
by Chris Lattner
· 17 years ago
c66d0aa
fix a rewriter crash on zero length files.
by Chris Lattner
· 17 years ago
b9b3094
finish commenting RewriteRope
by Chris Lattner
· 17 years ago
bf26856
simplify the implementation of the insert/split operation to return
by Chris Lattner
· 17 years ago
5618d88
Add a bunch of comments, move RewriteRope::MakeRopeString out of line.
by Chris Lattner
· 17 years ago
70778c8
fix more uninit ivars, who wrote this junk? :)
by Chris Lattner
· 17 years ago
b442e21
Fix an assertion ted was hitting, due to an uninitialized variable.
by Chris Lattner
· 17 years ago
5fd3e26
move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp
by Chris Lattner
· 17 years ago