[Lldb-commits] [clang] [lldb] [UBSan][BoundsSafety] Implement support for more expressive "trap reasons" (PR #154618)

via lldb-commits lldb-commits at lists.llvm.org
Sat Aug 23 04:35:32 PDT 2025


================
@@ -1813,6 +1813,8 @@ void ScalarExprEmitter::EmitBinOpCheck(
   SanitizerHandler Check;
   SmallVector<llvm::Constant *, 4> StaticData;
   SmallVector<llvm::Value *, 2> DynamicData;
+  std::unique_ptr<RuntimeTrapDiagnosticBuilder> RTDB = nullptr;
----------------
Sirraide wrote:

```suggestion
```
I think you just forgot to delete this since it’s now unused.

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


More information about the lldb-commits mailing list