[Lldb-commits] [lldb] [lldb-dap] Addressing ubsan enum usage. (PR #133542)

Jonas Devlieghere via lldb-commits lldb-commits at lists.llvm.org
Sat Mar 29 12:34:42 PDT 2025


https://github.com/JDevlieghere commented:

I think using `FLAGS_ENUM` here is misleading: these are not flags which you can mask. Could we instead just add a type like `enum Message: unsinged` or `enum Message: uint64_t` to make UBSan happy? 

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


More information about the lldb-commits mailing list