[lldb] Add SBType::GetEnumerationIntegerType method
authorAndy Yankovsky <weratt@gmail.com>
Tue, 22 Dec 2020 18:07:44 +0000 (10:07 -0800)
committerJonas Devlieghere <jonas@devlieghere.com>
Tue, 22 Dec 2020 18:08:22 +0000 (10:08 -0800)
commit1432ae57bf6e4022b6f4541c9225674ee6b19c23
treeb6e534ac61b286c888ab95b10456095e025bb9c5
parente17a00fc87bc163cc2438ce10faca51d94b91ab3
[lldb] Add SBType::GetEnumerationIntegerType method

Add a method for getting the enumeration underlying type.

Differential revision: https://reviews.llvm.org/D93696
lldb/bindings/interface/SBType.i
lldb/include/lldb/API/SBType.h
lldb/include/lldb/Symbol/CompilerType.h
lldb/include/lldb/Symbol/TypeSystem.h
lldb/source/API/SBType.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
lldb/source/Symbol/CompilerType.cpp
lldb/test/API/python_api/type/TestTypeList.py
lldb/test/API/python_api/type/main.cpp