[clang] [Clang][Sema] Don't warn on accessing virtual base from abstract class (PR #217715)
Yanzuo Liu via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 21 09:55:10 PDT 2026
zwuis wrote:
Can you explain why we don't have the same issue if the base class (`C2` in the reproducer in the issue) is not abstract?
https://github.com/llvm/llvm-project/pull/217715
More information about the cfe-commits
mailing list