[clang] [clang-tools-extra] [clang-tidy] Handle C++ structured bindings in `performance-for-range-copy` (PR #77105)
Felix Berger via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 8 08:12:52 PST 2024
================
@@ -234,6 +239,22 @@ void positiveOnlyAccessedFieldAsConst() {
}
}
+void positiveOnlyAccessedFieldAsConstBinding() {
----------------
fberger wrote:
Why `AccessedField` here, it seems to be `JustUsedAsConst` as in other test names?
https://github.com/llvm/llvm-project/pull/77105
More information about the cfe-commits
mailing list