[PATCH] D50088: [Sema] Fix an error with C++17 auto non-type template parameters
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 7 15:21:55 PDT 2018
rsmith added a comment.
Can you also add a test where the `auto` is not top-level (eg, `template<auto *P>`) and a test using `decltype(auto)`?
https://reviews.llvm.org/D50088
More information about the cfe-commits
mailing list