[PATCH] D151697: [clang] Add test for CWG1710 and related issues

Corentin Jabot via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 28 07:18:10 PDT 2023


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

Thanks.
These seem like important issues to fix. should we make a github issue to track them?



================
Comment at: clang/test/CXX/drs/dr17xx.cpp:10
+namespace dr1710 { // dr1710: no
+// FIXME: all of the following is well-formed
+template <typename T> struct D1 : T::template B<int>::template C<int> {};
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D151697/new/

https://reviews.llvm.org/D151697



More information about the cfe-commits mailing list