diff options
author | Artem Dergachev <artem.dergachev@gmail.com> | 2021-05-11 16:44:49 -0700 |
---|---|---|
committer | Artem Dergachev <artem.dergachev@gmail.com> | 2021-05-13 11:25:02 -0700 |
commit | 5ad2eeeadaf15856332f66ed7c244d52a86b0be7 (patch) | |
tree | 7a81771ede4eb1059600366b220ff759e063bc3a /llvm/lib/Support/TargetParser.cpp | |
parent | 46c6c08c9428a36bdf88f51b1a14164aa4cbb93e (diff) | |
download | llvm-5ad2eeeadaf15856332f66ed7c244d52a86b0be7.zip llvm-5ad2eeeadaf15856332f66ed7c244d52a86b0be7.tar.gz llvm-5ad2eeeadaf15856332f66ed7c244d52a86b0be7.tar.bz2 |
[clang-tidy] bugprone-infinite-loop: React to ObjC ivars and messages.
If the loop condition is a value of an instance variable, a property value,
or a message result value, it's a good indication that the loop is not infinite
and we have a really hard time proving the opposite so suppress the warning.
Differential Revision: https://reviews.llvm.org/D102294
Diffstat (limited to 'llvm/lib/Support/TargetParser.cpp')
0 files changed, 0 insertions, 0 deletions