================ @@ -4561,3 +4561,9 @@ def CodeAlign: StmtAttr { static constexpr int MaximumAlignment = 4096; }]; } + +def ClspvLibclcBuiltin: DeclOrStmtAttr { + let Spellings = [Clang<"clspv_libclc_builtin">]; + let Documentation = [Undocumented]; + let SimpleHandler = 1; ---------------- rjodinchr wrote:
I have never dealt with clang attribute implementation, so I have no idea whether `DeclOrStmtAttr` or `InheritableAttr` should be used. I'll change it for `InheritableAttr`. https://github.com/llvm/llvm-project/pull/92126 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits