Files
clang-p2996/lldb/unittests/ValueObject/DynamicValueObjectLocalBuffer.cpp
Dave Lee e424787a95 [lldb] Add templated CompilerType::GetTypeSystem (NFC) (#140424)
Add an overloaded `GetTypeSystem` to specify the expected type system subclass. Changes code from  `GetTypeSystem().dyn_cast_or_null<TypeSystemClang>()` to `GetTypeSystem<TypeSystemClang>()`.
2025-05-21 12:03:58 -07:00

9.1 KiB