[Lldb-commits] [lldb] [lldb][NFC] Small fixes identified by the clang static analyzer (PR #148773)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Wed Jul 16 02:11:30 PDT 2025


================
@@ -2015,8 +2015,6 @@ llvm::Expected<Value> DWARFExpression::Evaluate(
       if (stack.size() < 1) {
         UpdateValueTypeFromLocationDescription(log, dwarf_cu,
                                                LocationDescriptionKind::Empty);
-        // Reset for the next piece.
-        dwarf4_location_description_kind = Memory;
----------------
Michael137 wrote:

I'm a bit surprised by these ones. Why aren't these needed anymore?

https://github.com/llvm/llvm-project/pull/148773


More information about the lldb-commits mailing list