[llvm-branch-commits] [clang] [clang-tools-extra] [clang] NFC: Clear some uses of MemberPointerType::getClass (PR #131965)
Erich Keane via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed Mar 19 06:35:59 PDT 2025
https://github.com/erichkeane approved this pull request.
Just did a spot-check, but the uses I saw all seemed reasonable.
There ARE a few cases I saw where it did a `cast` to `RecordType` then a `getDecl`, so this loses the assert, but I think that is still reasonable.
https://github.com/llvm/llvm-project/pull/131965
More information about the llvm-branch-commits
mailing list