[Lldb-commits] [lldb] [lldb] Add unreachable after fully covered switches, avoid GCC warnings. NFC. (PR #159327)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 17 06:03:36 PDT 2025


https://github.com/DavidSpickett approved this pull request.

> the root cause here is that GCC assumes that an enum variable still technically can have any value outside of the enum

Ok, I forgot about this aspect.

LGTM.

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


More information about the lldb-commits mailing list