upsj wrote: I just noticed that the nested/base class names are also not being resolved properly even without forwarding, so maybe that needs a separate PR. If you decide to tackle it, `std::make_unique<B>(1, 2u, 3)` is probably a better test case, since it involves an intermediate ImplicitCastExpr in the AST
https://github.com/llvm/llvm-project/pull/176635 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
