Files
llvm-project/llvm/utils/TableGen/SearchableTableEmitter.cpp
Nick Sarnie bc0af9901b [TableGen] Allow specification of underlying type for GenericEnum (#183769)
Allow specification of the underlying C++ data type for `GenericEnum`.

I ran into this because I was trying to use a TableGen-genered enum in
`DenseSet` which requires the underlying type be specified.

Signed-off-by: Nick Sarnie <nick.sarnie@intel.com>
2026-03-02 15:09:23 +00:00

33 KiB