[PATCH] D11784: [PATCH] clang-tidy check for incorrect move constructor initializers
Aaron Ballman via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 14 12:12:29 PDT 2015
aaron.ballman updated this revision to Diff 32175.
aaron.ballman added a comment.
Updated the patch to handle member initializers as well as base class initializers. This changes the name of things from "base" to "init" as well.
http://reviews.llvm.org/D11784
Files:
clang-tidy/misc/CMakeLists.txt
clang-tidy/misc/MiscTidyModule.cpp
clang-tidy/misc/MoveConstructorInitCheck.cpp
clang-tidy/misc/MoveConstructorInitCheck.h
test/clang-tidy/misc-move-constructor-init.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11784.32175.patch
Type: text/x-patch
Size: 7780 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20150814/dff1af38/attachment-0001.bin>
More information about the cfe-commits
mailing list