diff options
author | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-12-20 21:05:53 +0000 |
---|---|---|
committer | Argyrios Kyrtzidis <akyrtzi@gmail.com> | 2012-12-20 21:05:53 +0000 |
commit | 5964df144c21c548b9963f2ca35e0fa852b2f6f7 (patch) | |
tree | ddb5334207493498af4ad060346b6a9ab7b63ae7 /lib/StaticAnalyzer/Core/ProgramState.cpp | |
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
Diffstat (limited to 'lib/StaticAnalyzer/Core/ProgramState.cpp')
0 files changed, 0 insertions, 0 deletions