summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/test/clang-tidy/performance-move-constructor-init.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] NFC use CHECK-NOTES in tests for performance-move-constructor-initJonas Toth2018-10-041-5/+7
| | | | | | | | | | | | Reviewers: alexfh, aaron.ballman, hokein Reviewed By: alexfh Subscribers: lebedev.ri, xazax.hun, cfe-commits Differential Revision: https://reviews.llvm.org/D52691 llvm-svn: 343791
* [clang-tidy] Move checks from misc- to performance-Alexander Kornienko2017-11-271-0/+154
Summary: rename_check.py misc-move-constructor-init performance-move-constructor-init rename_check.py misc-inefficient-algorithm performance-inefficient-algorithm Reviewers: hokein, aaron.ballman Reviewed By: hokein, aaron.ballman Subscribers: aaron.ballman, mgorny, xazax.hun, cfe-commits Differential Revision: https://reviews.llvm.org/D40487 llvm-svn: 319023
OpenPOWER on IntegriCloud