This is an archive of the discontinued LLVM Phabricator instance.

[lldb] Add SBType::IsAggregateType
ClosedPublic

Authored by kastiglione on Mar 8 2022, 2:18 PM.

Details

Summary

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.

Diff Detail

Event Timeline

kastiglione created this revision.Mar 8 2022, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 2:18 PM
kastiglione requested review of this revision.Mar 8 2022, 2:18 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 8 2022, 2:18 PM
This revision is now accepted and ready to land.Mar 8 2022, 11:05 PM
This revision was automatically updated to reflect the committed changes.