vbe-sc wrote:
> I was creducing it (well, cvise-ing). Here's a reproducer:
>
> ```
> template <typename, typename, bool> struct MozPromise {
> class Private;
>
> private:
> void *mMagic4;
> };
> template <typename ResolveValueT, typename RejectValueT, bool IsExclusive>
> struct MozPromise<ResolveValueT, RejectValueT, IsExclusive>::Private
> : MozPromise {
> void SetTaskPriority() { mMagic4 }
> }
> ```
Thanks, I'll investigate with it
https://github.com/llvm/llvm-project/pull/118003
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits