This revision was automatically updated to reflect the committed changes.
alexfh marked 2 inline comments as done.
Closed by commit rCTE319183: [clang-tidy] Move more checks from misc- to
performance- (authored by alexfh).
Changed prior to commit:
https://reviews.llvm.org/D40507?vs=124580&id=12
alexfh marked 2 inline comments as done.
alexfh added inline comments.
Comment at: clang-tidy/hicpp/HICPPTidyModule.cpp:33
+#include "../performance/MoveConstArgCheck.h"
+#include "../performance/NoexceptMoveConstructorCheck.h"
#include "../readability/BracesAroundStatementsChec
alexfh updated this revision to Diff 124580.
alexfh added a comment.
Herald added a subscriber: rnkovacs.
- Add dependencies to prevent a link error
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40507
Files:
clang-tidy/hicpp/CMakeLists.txt
clang-tidy/hicpp/HICPPTidyModule.
xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.
Found one possible problem. Once fixed, LG!
Comment at: clang-tidy/hicpp/HICPPTidyModule.cpp:33
+#include "../performance/MoveConstArgCheck.h"
+#include "../performance
alexfh updated this revision to Diff 124554.
alexfh added a comment.
- Reverted formatting in tests.
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40507
Files:
clang-tidy/hicpp/HICPPTidyModule.cpp
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/MiscTidyModule.cpp
clang-
alexfh updated this revision to Diff 124553.
alexfh added a comment.
Herald added a subscriber: klimek.
- clang-format -style=llvm
Repository:
rCTE Clang Tools Extra
https://reviews.llvm.org/D40507
Files:
clang-tidy/hicpp/HICPPTidyModule.cpp
clang-tidy/misc/CMakeLists.txt
clang-tidy/mi
alexfh created this revision.
Herald added subscribers: xazax.hun, mgorny.
rename_check.py misc-move-const-arg performance-move-const-arg
rename_check.py misc-noexcept-move-constructor
performance-noexcept-move-constructor
https://reviews.llvm.org/D40507
Files:
clang-tidy/hicpp/HICPPTidyModu