[Lldb-commits] [clang] [lldb] [clang][Sema] Split a err_typecheck_assign_const diagnostic into a separate tablegen entry (PR #179895)

Michael Buch via lldb-commits lldb-commits at lists.llvm.org
Thu Feb 12 07:40:44 PST 2026


Michael137 wrote:

> LGTM You might want to use `%enum_select` to improve that further

Ah nice didn't know about `enum_select`

The enum is currently unnamed and local to `SemaExpr` so we'd have to move it out some header, name it, etc. So to keep the diff small I'll leave that for possible follow-up

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


More information about the lldb-commits mailing list