commit | 4024d0c196c1df2118e01ae29b3d1dc14aada145 | [log] [tgz] |
---|---|---|
author | Jani Nikula <jani@nikula.org> | Thu Aug 17 20:56:26 2023 +0300 |
committer | Marge Bot <emma+marge@anholt.net> | Thu Oct 26 16:13:25 2023 +0000 |
tree | ac38f2f24c131949780cd5ce563b6bc7e42adfe1 | |
parent | 2f7bc066435ecde336397a9748c9d997b2f480f8 [diff] |
nir: add names to some typedef'd structs/enums In order to document "typedef struct { ... } T;" as a struct in hawkmoth, the structs need to have names. Similar for enums. Note: This is no longer required with Hawkmoth 0.16.0+ and Clang 16 and later. With the next Hawkmoth release, this should be fixed also for Clang 15 and earlier. Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24507>