EricWF added a comment.

I think this patch still gets the following case wrong:

  // foo.h
  constexpr struct {
    template <class T> void operator()(T) {} // emits unused template warning
  } foo;


https://reviews.llvm.org/D29877



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

Reply via email to