[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
Tue Oct 5 00:23:15 PDT 2021


carlosgalvezp updated this revision to Diff 377100.
carlosgalvezp added a comment.

Added test where an alias to the class template is created. @whisperity let me know if that's what you meant!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D110614/new/

https://reviews.llvm.org/D110614

Files:
  clang-tools-extra/clang-tidy/cppcoreguidelines/VirtualClassDestructorCheck.cpp
  clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines-virtual-class-destructor.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110614.377100.patch
Type: text/x-patch
Size: 5893 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20211005/ebfa67a1/attachment.bin>


More information about the cfe-commits mailing list