aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/ProgramState.cpp
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-12-20 21:05:53 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-12-20 21:05:53 +0000
commit5964df144c21c548b9963f2ca35e0fa852b2f6f7 (patch)
treeddb5334207493498af4ad060346b6a9ab7b63ae7 /lib/StaticAnalyzer/Core/ProgramState.cpp
parent7c441069a41e164498047aaed542d0d64bc11962 (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