[PATCH] D70390: [clang-tidy] new performance-no-automatic-move check.
Clement Courbet via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 18 05:18:41 PST 2019
courbet created this revision.
courbet added a reviewer: aaron.ballman.
Herald added subscribers: xazax.hun, mgorny.
Herald added a project: clang.
The check flags constructs that prevent automatic move of local variables.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D70390
Files:
clang-tools-extra/clang-tidy/performance/CMakeLists.txt
clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.cpp
clang-tools-extra/clang-tidy/performance/NoAutomaticMoveCheck.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-no-automatic-move.rst
clang-tools-extra/test/clang-tidy/checkers/performance-no-automatic-move.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70390.229813.patch
Type: text/x-patch
Size: 14344 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20191118/c8ffb0b5/attachment-0001.bin>
More information about the cfe-commits
mailing list