[all-commits] [llvm/llvm-project] e17a00: [lldb] Add SBType::IsScopedEnumerationType method
Andy Yankovsky via All-commits
all-commits at lists.llvm.org
Tue Dec 22 10:08:41 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e17a00fc87bc163cc2438ce10faca51d94b91ab3
https://github.com/llvm/llvm-project/commit/e17a00fc87bc163cc2438ce10faca51d94b91ab3
Author: Andy Yankovsky <weratt at gmail.com>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M lldb/bindings/interface/SBType.i
M lldb/include/lldb/API/SBType.h
M lldb/include/lldb/Symbol/CompilerType.h
M lldb/include/lldb/Symbol/TypeSystem.h
M lldb/source/API/SBType.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/CompilerType.cpp
M lldb/test/API/python_api/type/TestTypeList.py
M lldb/test/API/python_api/type/main.cpp
Log Message:
-----------
[lldb] Add SBType::IsScopedEnumerationType method
Add a method to check if the type is a scoped enumeration (i.e. "enum
class/struct").
Differential revision: https://reviews.llvm.org/D93690
Commit: 1432ae57bf6e4022b6f4541c9225674ee6b19c23
https://github.com/llvm/llvm-project/commit/1432ae57bf6e4022b6f4541c9225674ee6b19c23
Author: Andy Yankovsky <weratt at gmail.com>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M lldb/bindings/interface/SBType.i
M lldb/include/lldb/API/SBType.h
M lldb/include/lldb/Symbol/CompilerType.h
M lldb/include/lldb/Symbol/TypeSystem.h
M lldb/source/API/SBType.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.h
M lldb/source/Symbol/CompilerType.cpp
M lldb/test/API/python_api/type/TestTypeList.py
M lldb/test/API/python_api/type/main.cpp
Log Message:
-----------
[lldb] Add SBType::GetEnumerationIntegerType method
Add a method for getting the enumeration underlying type.
Differential revision: https://reviews.llvm.org/D93696
Compare: https://github.com/llvm/llvm-project/compare/f5071489ea8c...1432ae57bf6e
More information about the All-commits
mailing list