[PATCH] D69435: [clang-tidy] New checker performance-trivially-destructible-check

Anton Bikineev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 28 16:01:19 PDT 2019


AntonBikineev updated this revision to Diff 226773.
AntonBikineev added a comment.

Thanks for the suggestions!

Added isTriviallyDestructible matcher to utils/Matchers.h.


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

https://reviews.llvm.org/D69435

Files:
  clang-tools-extra/clang-tidy/performance/CMakeLists.txt
  clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
  clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.cpp
  clang-tools-extra/clang-tidy/performance/TriviallyDestructibleCheck.h
  clang-tools-extra/clang-tidy/utils/Matchers.h
  clang-tools-extra/clang-tidy/utils/TypeTraits.cpp
  clang-tools-extra/clang-tidy/utils/TypeTraits.h
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/docs/clang-tidy/checks/performance-trivially-destructible.rst
  clang-tools-extra/test/clang-tidy/checkers/performance-trivially-destructible.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D69435.226773.patch
Type: text/x-patch
Size: 14480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191028/ccde56f9/attachment-0001.bin>


More information about the cfe-commits mailing list