Rakete1111 accepted this revision.
Rakete1111 added a comment.
This revision is now accepted and ready to land.

LGTM, thanks :)



================
Comment at: clang/test/SemaCXX/alias-template.cpp:188
+template <class T, class = void_t<typename T::wait_what>>
+int sfinae_me() { return 0; } // expected-note{{candidate template ignored: 
substitution failure}}
+
----------------
Very nit: The whole file has a space between the expected string and {{.


Repository:
  rC Clang

https://reviews.llvm.org/D54414



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

Reply via email to