[Lldb-commits] [clang] [clang-tools-extra] [lldb] [Clang] [NFC] Rename `isAnyPointerType()` and `getPointeeOrArrayElementType()`. (PR #122938)

via lldb-commits lldb-commits at lists.llvm.org
Mon Jan 27 10:47:27 PST 2025


Sirraide wrote:

Aaron and I just talked about this a bit, and I agree it would be cleaner to just make a single function that can be used everywhere and whose behaviour is customised with an enum. I’ll experiment with that approach and see how it goes. Also, my plan was to try and remove `isPointerOrObjCObjectPointerType()` entirely in a follow-up pr, and it does make more sense to just do that right away.

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


More information about the lldb-commits mailing list