[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 05:07:03 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE319023: [clang-tidy] Move checks from misc- to performance- (authored by alexfh).

Changed prior to commit:
  https://reviews.llvm.org/D40487?vs=124356&id=124359#toc

Repository:
  rCTE Clang Tools Extra

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.124359.patch
Type: text/x-patch
Size: 63310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171127/50773cad/attachment-0001.bin>


More information about the cfe-commits mailing list