[clang] [clang-tools-extra] [Attributes][HLSL] Teach EnumArgument to refer to an external enum (PR #70835)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Tue Oct 31 11:22:42 PDT 2023
================
@@ -1015,7 +1018,8 @@ def ExternalSourceSymbol : InheritableAttr {
def Blocks : InheritableAttr {
let Spellings = [Clang<"blocks">];
- let Args = [EnumArgument<"Type", "BlockType", ["byref"], ["ByRef"]>];
+ let Args = [EnumArgument<"Type", "BlockType",
----------------
erichkeane wrote:
The two changes here that are just formatting can now be reverted.
https://github.com/llvm/llvm-project/pull/70835
More information about the cfe-commits
mailing list