Chris Lattner
|
2b88c1e4c4
|
Fix rdar://5919567: assertion failure: split didn't occur before erase!
llvm-svn: 50839
|
2008-05-08 03:23:46 +00:00 |
Chris Lattner
|
68a27fac9d
|
fix a rewriter crash on zero length files.
llvm-svn: 50126
|
2008-04-23 03:21:50 +00:00 |
Chris Lattner
|
3e142b2585
|
finish commenting RewriteRope
llvm-svn: 49712
|
2008-04-15 06:37:11 +00:00 |
Chris Lattner
|
492530d2df
|
simplify the implementation of the insert/split operation to return
the new RHS directly instead of indirecting through the 'InsertResult'
struct. This eliminates InsertResult.
llvm-svn: 49694
|
2008-04-14 22:10:58 +00:00 |
Chris Lattner
|
e58408d8db
|
Add a bunch of comments, move RewriteRope::MakeRopeString out of line.
llvm-svn: 49689
|
2008-04-14 21:41:00 +00:00 |
Chris Lattner
|
dc217191d1
|
fix more uninit ivars, who wrote this junk? :)
llvm-svn: 49679
|
2008-04-14 20:07:03 +00:00 |
Chris Lattner
|
ca94e4263b
|
Fix an assertion ted was hitting, due to an uninitialized variable.
llvm-svn: 49678
|
2008-04-14 20:05:32 +00:00 |
Chris Lattner
|
d80edddccd
|
move a ton of code out of line, from RewriteRope.h -> RewriteRope.cpp
llvm-svn: 49664
|
2008-04-14 17:54:23 +00:00 |