[clang] [CIR] vTableClassNameForType: return correct VTableClass name for Type::ObjCObjectPointer, Type::Pointer (PR #163850)

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 23 15:50:40 PDT 2025


bcardosolopes wrote:

Thanks for working on this issue! 

> It was mentioned in the issue one type per pr, but as this types suppose to have same vTable class name, I think it should be ok to handle them together, (let me know if not).

You can handle more cases but that also means you need to add more testcases as part of the PR. Because you are asking more questions about how to handle other cases, perhaps it might be better to do the most simple first and incrementally add more information

https://github.com/llvm/llvm-project/pull/163850


More information about the cfe-commits mailing list