================
Comment at:
clang-tools-extra/trunk/test/clang-tidy/google-explicit-make-pair.cpp:18
@@ +17,3 @@
+void templ(T a, T b) {
+ std::make_pair<T, unsigned>(a, b);
+}
----------------
I assume the check should suggest replacements in cases where there are no
dependent types, but could you add a test? And one more instantiation, so that
we actually test a case where something can go wrong due to templates.
http://reviews.llvm.org/D4497
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits