diff options
author | Jordan Rose <jordan_rose@apple.com> | 2012-10-11 16:10:19 +0000 |
---|---|---|
committer | Jordan Rose <jordan_rose@apple.com> | 2012-10-11 16:10:19 +0000 |
commit | b5cd1220dd650a358622241237aa595c5d675506 (patch) | |
tree | 1b4974ec3c6daf56686833e1202d7125c681f922 /lib/CodeGen/CGDebugInfo.cpp | |
parent | 7fffce781e6ecbf4058b24df7e5ae3037569aa56 (diff) |
-Warc-repeated-use-of-weak: Don't warn on a single read followed by writes.
This is a "safe" pattern, or at least one that cannot be helped by using
a strong local variable. However, if the single read is within a loop,
it should /always/ be treated as potentially dangerous.
<rdar://problem/12437490>
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGDebugInfo.cpp')
0 files changed, 0 insertions, 0 deletions