diff options
author | Congcong Cai <congcongcai0907@163.com> | 2024-09-16 09:04:32 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-16 09:04:32 +0800 |
commit | 7deca859e55faf9662c54a00b6e333826d717e19 (patch) | |
tree | af36dc6a01f8e80ce6eec060e4f04e894cd55ce3 /lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp | |
parent | 0b041f1da5e2f01e6d7160f22250b19ac7d6bd8c (diff) | |
download | llvm-7deca859e55faf9662c54a00b6e333826d717e19.zip llvm-7deca859e55faf9662c54a00b6e333826d717e19.tar.gz llvm-7deca859e55faf9662c54a00b6e333826d717e19.tar.bz2 |
[clang-tidy] fix false positive when member initialization depends on structured binging variable in cppcoreguidelines-prefer-member-initializer (#108743)
Fixes: #82970
Detecting dependiences with `varDecl` is too strict. It will ignore the
`bingingDecl`.
This patch wants to use `valueDecl` to match more cases including
`bingingDecl`.
Diffstat (limited to 'lldb/source/Plugins/Process/gdb-remote/GDBRemoteCommunicationClient.cpp')
0 files changed, 0 insertions, 0 deletions