[PATCH] D110614: [clang-tidy] Fix false positives in cppcoreguidelines-virtual-class-destructor
Carlos Galvez via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 30 00:23:15 PDT 2021
carlosgalvezp added a comment.
By the way, there is a compiler warning that is identical to this check. Wouldn't it make sense to just make both checks identical? Otherwise there's risk that they conflict one another:
https://github.com/llvm/llvm-project/blob/main/clang/lib/Sema/SemaDeclCXX.cpp#L6726
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110614/new/
https://reviews.llvm.org/D110614
More information about the cfe-commits
mailing list