erichkeane added a comment.

One test that i need to have (that might actually end up conflicting with the 
above mentioned), is a reproducer that has a `ClassTemplateDecl` that is its 
own friend.  So something like:

  template<template <typename> class C requires ...>
  struct S {
      template<template <typename> class C requires ...>
      friend struct S;
  };

And make sure that an instantiation still checks those correctly (that is, I 
don't expect any diagnostics).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134128

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

Reply via email to