[clang-tools-extra] [clang-doc] Display enum type along with enum name in HTML view (PR #181347)
Paul Kirth via cfe-commits
cfe-commits at lists.llvm.org
Wed Feb 18 10:06:03 PST 2026
https://github.com/ilovepi commented:
Actually, I'm not 100% sure this is what we want, looking a bit more closely. Please also include a new test where the type isn't just `int` (`uint8_t` is a good candidate, as are `short`, and `long`.
Do we know what other documentation generators output? I don't know that I've seen the underlying type displayed unless its not the default (e. g. the case you'd expect based on language rules).
https://github.com/llvm/llvm-project/pull/181347
More information about the cfe-commits
mailing list