[PATCH] D69435: [clang-tidy] New checker performance-trivially-destructible-check
Roman Lebedev via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 30 23:44:04 PDT 2019
lebedev.ri marked an inline comment as done.
lebedev.ri added a comment.
In D69435#1725795 <https://reviews.llvm.org/D69435#1725795>, @AntonBikineev wrote:
> Does anybody have suggestions on this?
Can you be more specific what the question is?
================
Comment at: clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.cpp:42
+
+ Finder->addMatcher(
+ cxxDestructorDecl(
----------------
Thanks, this looks good.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69435/new/
https://reviews.llvm.org/D69435
More information about the cfe-commits
mailing list