alexfh added inline comments.

================
Comment at: clang-tidy/misc/MoveConstructorInitCheck.cpp:96
@@ +95,3 @@
+
+void MoveConstructorInitCheck::handleMoveConstructor(
+    const MatchFinder::MatchResult &Result) {
----------------
Other checks have separate options for the include style (see 
`PassByValueCheck.cpp`, for example), so this one should have its own option 
too. If we ever decide to introduce a common option instead, it will be easier 
to do this, if all usages of the `IncludeInserter` do the same thing with the 
include style.

One thing I would change though, is to add the IncludeStyle <-> string 
conversion functions instead of doing this in each check.


http://reviews.llvm.org/D12839



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to