[clang] [Clang][Interp] Fix the location of uninitialized base warning (PR #100761)
via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 29 09:51:38 PDT 2024
https://github.com/Sirraide requested changes to this pull request.
`CXXRecordDecl` already exposes `bases()` and `vbases()`, I don’t think we need this new API for accessing a base by index. This pr looks like it should just be using `llvm::enumerate`.
https://github.com/llvm/llvm-project/pull/100761
More information about the cfe-commits
mailing list