aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/CodeGen/CodeGenModule.cpp
diff options
context:
space:
mode:
authorAlex Lorenz <arphaman@gmail.com>2017-03-23 10:46:05 +0000
committerAlex Lorenz <arphaman@gmail.com>2017-03-23 10:46:05 +0000
commit5ffe4e14f1e3476776663840af9b551caf6466c3 (patch)
treeceb5360086e499181b8cf0b5b4016d809abb7c7b /clang/lib/CodeGen/CodeGenModule.cpp
parent85436ece8954bbcc8760d05932f602914e501810 (diff)
downloadllvm-5ffe4e14f1e3476776663840af9b551caf6466c3.zip
llvm-5ffe4e14f1e3476776663840af9b551caf6466c3.tar.gz
llvm-5ffe4e14f1e3476776663840af9b551caf6466c3.tar.bz2
[ObjC][ARC] Avoid -Warc-performSelector-leaks for performSelector variations
that became supported after r297019 The commit r297019 expanded the performSelector ObjC method family heuristic to ensure that -Wobjc-unsafe-perform-selector covers all performSelector variations. However, this made the -Warc-performSelector-leaks too noisy, as that warning produces mostly false positives since the selector is unknown. This commit reverts the ObjC method family heuristics introduced in r297019. This ensures that -Warc-performSelector-leaks isn't too noisy. The commit still preserves the coverage of -Wobjc-unsafe-perform-selector. rdar://31124629 llvm-svn: 298587
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions