[PATCH] D78760: Check a class has a definition before iterating over its base classes
Akira Hatanaka via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 27 10:43:28 PDT 2020
ahatanak added a comment.
I think the non-dependent base class you mention in this case is `B0`, but it seems that the type of `B0` in the AST is dependent as `isDependentType` returns true. Should we fix this? Or does `isDependentType` mean something different?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78760/new/
https://reviews.llvm.org/D78760
More information about the cfe-commits
mailing list