[PATCH] D155846: [NFC][clang] Fix static analyzer concerns
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 20 11:31:25 PDT 2023
aaron.ballman added a comment.
I'm not opposed, but the copy ctor and copy assignment operators are already deleted by default in this case (e.g., the class has data members with deleted copy constructors). So I agree this is an NFC change, but there's no bug being fixed which makes me think this should go back to the static analysis vendor to report this as a false positive.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D155846/new/
https://reviews.llvm.org/D155846
More information about the cfe-commits
mailing list