[clang] [SYCL] AST support for SYCL kernel entry point functions. (PR #122379)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 10 09:50:04 PST 2025
================
@@ -451,9 +452,9 @@ class ASTDeclReader : public DeclVisitor<ASTDeclReader, void> {
void VisitOMPDeclareMapperDecl(OMPDeclareMapperDecl *D);
void VisitOMPRequiresDecl(OMPRequiresDecl *D);
void VisitOMPCapturedExprDecl(OMPCapturedExprDecl *D);
- };
+};
- } // namespace clang
----------------
erichkeane wrote:
Same
https://github.com/llvm/llvm-project/pull/122379
More information about the cfe-commits
mailing list