[PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm

Eugene Zelenko via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 18 13:07:43 PST 2016


Eugene.Zelenko updated the summary for this revision.
Eugene.Zelenko removed rL LLVM as the repository for this revision.
Eugene.Zelenko updated this revision to Diff 45209.
Eugene.Zelenko added a comment.

Add redirect documentation for old check name.


http://reviews.llvm.org/D16248

Files:
  clang-tidy/misc/CMakeLists.txt
  clang-tidy/misc/InefficientAlgorithmCheck.cpp
  clang-tidy/misc/InefficientAlgorithmCheck.h
  clang-tidy/misc/MiscTidyModule.cpp
  clang-tidy/performance/CMakeLists.txt
  clang-tidy/performance/InefficientAlgorithmCheck.cpp
  clang-tidy/performance/InefficientAlgorithmCheck.h
  clang-tidy/performance/PerformanceTidyModule.cpp
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/misc-inefficient-algorithm.rst
  docs/clang-tidy/checks/performance-inefficient-algorithm.rst
  test/clang-tidy/misc-inefficient-algorithm.cpp
  test/clang-tidy/performance-inefficient-algorithm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16248.45209.patch
Type: text/x-patch
Size: 21291 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160118/81f4170b/attachment-0001.bin>


More information about the cfe-commits mailing list