Create new diagnostic group -Wmove
-Wmove includes the three existing warnings for std::move calls, self move, reduntant move, and pessimizing move. -Wmove is included in -Wmost, so that it can be discoverable to people using that or -Wall. Differential Revision: http://reviews.llvm.org/D9493 llvm-svn: 237610
Loading
Please sign in to comment