Skip to content
Commit 4573cc70 authored by Chris Lattner's avatar Chris Lattner
Browse files

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
parent bfbc1297
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment