[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:28 PDT 2025
================
@@ -47,6 +47,7 @@ namespace clang {
DIAG_SIZE_ANALYSIS = 100,
DIAG_SIZE_REFACTORING = 1000,
DIAG_SIZE_INSTALLAPI = 100,
+ DIAG_SIZE_CODEGEN = 10,
----------------
Sirraide wrote:
Maybe preallocate more than 10 so we don’t have to bump this limit too often?
https://github.com/llvm/llvm-project/pull/154618
More information about the lldb-commits
mailing list