hokein added inline comments.

================
Comment at: test/clang-tidy/modernize-use-nullptr.cpp:252
+ public:
+  explicit TemplateClass(int a, T default_value = 0) {}
+};
----------------
xazax.hun wrote:
> It might be great to have a test case for:
> 
> ```
> 
> template<typename T>
> class TemplateClass {
>  public:
>   explicit TemplateClass(int a, T *default_value = 0) {}
> ```
Good catch. Done.


https://reviews.llvm.org/D30639



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

Reply via email to