[PATCH] D138031: Add clang-tidy check for missing move constructors

Martin Bidlingmaier via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 15 06:46:41 PST 2022


mbid created this revision.
Herald added a subscriber: carlosgalvezp.
Herald added a reviewer: njames93.
Herald added a project: All.
mbid requested review of this revision.
Herald added projects: clang, clang-tools-extra.
Herald added a subscriber: cfe-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D138031

Files:
  clang-tools-extra/clang-tidy/performance/CMakeLists.txt
  clang-tools-extra/clang-tidy/performance/MissingMoveConstructorCheck.cpp
  clang-tools-extra/clang-tidy/performance/MissingMoveConstructorCheck.h
  clang-tools-extra/clang-tidy/performance/PerformanceTidyModule.cpp
  clang-tools-extra/docs/ReleaseNotes.rst
  clang-tools-extra/docs/clang-tidy/checks/list.rst
  clang-tools-extra/docs/clang-tidy/checks/performance/missing-move-constructor.rst
  clang-tools-extra/test/clang-tidy/checkers/performance/missing-move-constructor.cpp
  clang/include/clang/Lex/Token.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D138031.475458.patch
Type: text/x-patch
Size: 33353 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20221115/d21d3e47/attachment-0001.bin>


More information about the cfe-commits mailing list