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

Anton Bikineev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Oct 25 12:10:53 PDT 2019


AntonBikineev updated this revision to Diff 226475.
AntonBikineev marked 2 inline comments as done.
AntonBikineev added a comment.

Thanks for the suggestions! Addressed some of them.


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/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.226475.patch
Type: text/x-patch
Size: 11976 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191025/011fdf45/attachment-0001.bin>


More information about the cfe-commits mailing list