[all-commits] [llvm/llvm-project] 74a588: [lldb][TypeSystemClang][NFC] Use GetNumBaseClasses...

Michael Buch via All-commits all-commits at lists.llvm.org
Mon May 12 09:32:48 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 74a588464c133447b2d644cee7910084f4f57065
      https://github.com/llvm/llvm-project/commit/74a588464c133447b2d644cee7910084f4f57065
  Author: Michael Buch <michaelbuch12 at gmail.com>
  Date:   2025-05-12 (Mon, 12 May 2025)

  Changed paths:
    M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp

  Log Message:
  -----------
  [lldb][TypeSystemClang][NFC] Use GetNumBaseClasses in TypeSystemClang::GetNumChildren (#139552)

`TypeSystemClang::GetNumBaseClasses` does exactly the same base-class
accounting that we were doing in GetNumChildren. So re-use it.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list