AaronBallman wrote:
> Since we’re on to C++ support now, here’s one more fun case:
>
> ```c++
> class A {}; A a;
> class B : typeof(A) {};
> class C : typeof(a) {};
> ```Good test cases, but let's handle C++ separately to keep the patch reasonable? https://github.com/llvm/llvm-project/pull/146394 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
