Files
clang-p2996/lldb/source/Plugins/Language
Michael Buch 21ab32e1c1 [lldb][LibCxx] Move incorrect nullptr check (#96635)
Found while skimming this code. Don't have a reproducible test case for
this but the nullptr check should clearly occur before we try to
dereference `location_sp`.
2024-06-25 19:05:16 +01:00
..