[PATCH] D40487: [clang-tidy] Move checks from misc- to performance-
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Nov 27 04:52:57 PST 2017
alexfh created this revision.
Herald added subscribers: xazax.hun, mgorny.
rename_check.py misc-move-constructor-init performance-move-constructor-init
rename_check.py misc-inefficient-algorithm performance-inefficient-algorithm
https://reviews.llvm.org/D40487
Files:
clang-tidy/cert/CERTTidyModule.cpp
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/InefficientAlgorithmCheck.cpp
clang-tidy/misc/InefficientAlgorithmCheck.h
clang-tidy/misc/MiscTidyModule.cpp
clang-tidy/misc/MoveConstructorInitCheck.cpp
clang-tidy/misc/MoveConstructorInitCheck.h
clang-tidy/performance/CMakeLists.txt
clang-tidy/performance/InefficientAlgorithmCheck.cpp
clang-tidy/performance/InefficientAlgorithmCheck.h
clang-tidy/performance/MoveConstructorInitCheck.cpp
clang-tidy/performance/MoveConstructorInitCheck.h
clang-tidy/performance/PerformanceTidyModule.cpp
docs/ReleaseNotes.rst
docs/clang-tidy/checks/cert-oop11-cpp.rst
docs/clang-tidy/checks/list.rst
docs/clang-tidy/checks/misc-inefficient-algorithm.rst
docs/clang-tidy/checks/misc-move-constructor-init.rst
docs/clang-tidy/checks/performance-inefficient-algorithm.rst
docs/clang-tidy/checks/performance-move-constructor-init.rst
test/clang-tidy/cert-oop11-cpp.cpp
test/clang-tidy/misc-inefficient-algorithm.cpp
test/clang-tidy/misc-move-constructor-init.cpp
test/clang-tidy/performance-inefficient-algorithm.cpp
test/clang-tidy/performance-move-constructor-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D40487.124356.patch
Type: text/x-patch
Size: 17378 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171127/d3530416/attachment-0001.bin>
More information about the cfe-commits
mailing list