commit | 5964df144c21c548b9963f2ca35e0fa852b2f6f7 | [log] [tgz] |
---|---|---|
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Dec 20 21:05:53 2012 +0000 |
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | Thu Dec 20 21:05:53 2012 +0000 |
tree | ddb5334207493498af4ad060346b6a9ab7b63ae7 | |
parent | 7c441069a41e164498047aaed542d0d64bc11962 [diff] |
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 git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170764 91177308-0d34-0410-b5e6-96231b3b80d8