diff options
author | Congcong Cai <congcongcai0907@163.com> | 2024-11-25 06:47:22 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-25 06:47:22 +0800 |
commit | 605b8dad5cb173ac86adb3541e9f70a824aff364 (patch) | |
tree | c7aabaa2e305ca7921fa2ebe64d419a5d3508e39 /llvm/lib/CodeGen/ExpandVectorPredication.cpp | |
parent | ae20dbdd63d97c342b89a72e9e839556d0deed07 (diff) | |
download | llvm-605b8dad5cb173ac86adb3541e9f70a824aff364.zip llvm-605b8dad5cb173ac86adb3541e9f70a824aff364.tar.gz llvm-605b8dad5cb173ac86adb3541e9f70a824aff364.tar.bz2 |
[clang-tidy] Fix false positive in cppcoreguidelines-avoid-const-or-ref-data-members when detecting templated classes with inheritance (#115180)
`hasSimpleCopyConstructor` series of functions are not reliable when
these functions are not resolved. We need to manually resolve the status
of these functions from its base classes.
Fixes: #111985.
Diffstat (limited to 'llvm/lib/CodeGen/ExpandVectorPredication.cpp')
0 files changed, 0 insertions, 0 deletions