Fix a rewriter bug that fariborz hit, when an @interface was the very very very
first thing in the file. The trick is that text replacement should go after the insert point, not before it, because it will be replacing text after the point, not before it. llvm-svn: 43879
Loading
Please register or sign in to comment