[PATCH] D43867: Rename a few checks from misc- to bugprone-.

2018-02-28 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman accepted this revision. aaron.ballman added a comment. This revision is now accepted and ready to land. In https://reviews.llvm.org/D43867#1021985, @alexfh wrote: > In https://reviews.llvm.org/D43867#1021956, @aaron.ballman wrote: > > > When we do this sort of move, do we want to ke

[PATCH] D43867: Rename a few checks from misc- to bugprone-.

2018-02-28 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh added a comment. In https://reviews.llvm.org/D43867#1021956, @aaron.ballman wrote: > When we do this sort of move, do we want to keep the check under its old name > for a deprecation period so that we are less likely to break automated > scripts and whatnot? I haven't done this for the

[PATCH] D43867: Rename a few checks from misc- to bugprone-.

2018-02-28 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added a comment. When we do this sort of move, do we want to keep the check under its old name for a deprecation period so that we are less likely to break automated scripts and whatnot? Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D43867

[PATCH] D43867: Rename a few checks from misc- to bugprone-.

2018-02-28 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh updated this revision to Diff 136275. alexfh added a comment. - Fixed a header guard Repository: rCTE Clang Tools Extra https://reviews.llvm.org/D43867 Files: clang-tidy/bugprone/BugproneTidyModule.cpp clang-tidy/bugprone/CMakeLists.txt clang-tidy/bugprone/ForwardingReferenceOve

[PATCH] D43867: Rename a few checks from misc- to bugprone-.

2018-02-28 Thread Alexander Kornienko via Phabricator via cfe-commits
alexfh created this revision. alexfh added reviewers: hokein, sammccall, aaron.ballman. Herald added subscribers: mgorny, klimek. rename_check.py {misc,bugprone}-forwarding-reference-overload rename_check.py {misc,bugprone}-macro-repeated-side-effects rename_check.py {misc,bugprone}-lambda-functio