[clang] [SYCL] AST support for SYCL kernel entry point functions. (PR #122379)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 21 08:34:48 PST 2025


================
@@ -18,6 +18,7 @@
 #include "clang/AST/StmtObjC.h"
 #include "clang/AST/StmtOpenACC.h"
 #include "clang/AST/StmtOpenMP.h"
+#include "clang/AST/StmtSYCL.h"
----------------
erichkeane wrote:

Why is this here?  

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


More information about the cfe-commits mailing list