[PATCH] D30639: [clang-tidy] Ignore substituted template types in modernize-use-nullptr check.
Gábor Horváth via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Mar 6 06:44:43 PST 2017
xazax.hun added inline comments.
================
Comment at: test/clang-tidy/modernize-use-nullptr.cpp:254
+
+ void h(T *default_value = 0) {}
+
----------------
Great! Thanks for adding this test. I have the impression we do want to warn and fix this case however. What do you think?
https://reviews.llvm.org/D30639
More information about the cfe-commits
mailing list