Skip to content
Commit cbfd4d24 authored by Argyrios Kyrtzidis's avatar Argyrios Kyrtzidis
Browse files

Use some heuristics so that when a fixit removes a source range, we try

to also remove a trailing space if possible.

For example, removing '__bridge' from:

i = (__bridge I*)p;

should result in:

i = (I*)p;

not:

i = ( I*)p;

rdar://11314821

llvm-svn: 170764
parent b39cfd41
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