diff options
author | Piotr Zegar <me@piotrzegar.pl> | 2024-05-15 17:53:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-15 17:53:03 +0200 |
commit | 54c6ee922abbaea7d2f138a209f320c414c1657b (patch) | |
tree | 73ab308df567c5ecd8b91150714a5d7e87b21c42 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | ba3447601c435bb2b24ad9e3c8d146c578f00568 (diff) | |
download | llvm-54c6ee922abbaea7d2f138a209f320c414c1657b.zip llvm-54c6ee922abbaea7d2f138a209f320c414c1657b.tar.gz llvm-54c6ee922abbaea7d2f138a209f320c414c1657b.tar.bz2 |
[clang-tidy] Add AllowImplicitlyDeletedCopyOrMove option to cppcoreguidelines-special-member-functions (#71683)
Improved cppcoreguidelines-special-member-functions check with a new
option AllowImplicitlyDeletedCopyOrMove, which removes the requirement
for explicit copy or move special member functions when they are already
implicitly deleted.
Closes #62392
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions