[clang] [clang-tools-extra] [Attributes][HLSL] Teach EnumArgument to refer to an external enum (PR #70835)

Justin Bogner via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 31 13:50:30 PDT 2023


bogner wrote:

> Its a bit of a shame that the `VariadicEnumArgument` isn't being included here/updated here, I typically appreciate the variadic versions being kept in sync. But since we don't have a use for it at the moment, I think a 'fixme' (or a future patch!) would be acceptable.

It was pretty straightforward, so I updated VariadicEnumArgument as well (though it is unfortunate that it isn't tested at all since it isn't used with an external enum)

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


More information about the cfe-commits mailing list