[all-commits] [llvm/llvm-project] 704001: [lldb] Add SBType::IsAggregateType

Dave Lee via All-commits all-commits at lists.llvm.org
Wed Mar 9 08:33:31 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 704001e90b3d434c710ed178c95ae42961a7f7b0
      https://github.com/llvm/llvm-project/commit/704001e90b3d434c710ed178c95ae42961a7f7b0
  Author: Dave Lee <davelee.com at gmail.com>
  Date:   2022-03-09 (Wed, 09 Mar 2022)

  Changed paths:
    M lldb/bindings/interface/SBType.i
    M lldb/include/lldb/API/SBType.h
    M lldb/packages/Python/lldbsuite/test/lldbtest.py
    M lldb/source/API/SBType.cpp
    M lldb/test/API/python_api/type/TestTypeList.py

  Log Message:
  -----------
  [lldb] Add SBType::IsAggregateType

Add `IsAggregateType` to the SB API.

I'd like to use this from tests, and there are numerous other `Is<X>Type`
predicates on `SBType`.

Differential Revision: https://reviews.llvm.org/D121252




More information about the All-commits mailing list