[PATCH] D16248: [Clang-tidy] rename misc-inefficient-algorithm to performance-inefficient-algorithm
Eugene Zelenko via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 15 16:38:11 PST 2016
Eugene.Zelenko created this revision.
Eugene.Zelenko added reviewers: alexfh, xazax.hun, aaron.ballman.
Eugene.Zelenko added a subscriber: cfe-commits.
Eugene.Zelenko set the repository for this revision to rL LLVM.
Just to reduce number of uncategorized checks, since Clang-tidy has dedicated category for performance checks for awhile.
Repository:
rL LLVM
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.45053.patch
Type: text/x-patch
Size: 21037 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160116/658f5f91/attachment-0001.bin>
More information about the cfe-commits
mailing list