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

via lldb-commits lldb-commits at lists.llvm.org
Wed Aug 20 20:22:31 PDT 2025


================
@@ -33,6 +33,7 @@
 #include "clang/AST/StmtVisitor.h"
 #include "clang/Basic/Builtins.h"
 #include "clang/Basic/CodeGenOptions.h"
+#include "clang/Basic/DiagnosticParse.h"
----------------
Sirraide wrote:

I don’t think we should be including `DiagnosticParse.h` in codegen.

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


More information about the lldb-commits mailing list