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
Loading
Please register or sign in to comment