llvm-project
fa36b0cd - [lldb][TypeSystemClang] Simplify TypeSystemClang::IsEnumerationType implementation (#175560)

Commit
13 days ago
[lldb][TypeSystemClang] Simplify TypeSystemClang::IsEnumerationType implementation (#175560) We were calling into `IsIntegerType` to determine the signedness of the enum. Calling the relevant `clang::Type` API is simpler. This shouldn't have any observable behaviour change. We were lacking unit-test coverage for this. Added some tests that pass before and after this change.
Author
Parents
Loading