================ @@ -10,12 +10,48 @@ // //===----------------------------------------------------------------------===// -#include "clang/AST/ASTContext.h" #include "clang/AST/StmtOpenMP.h" +#include "clang/AST/ASTContext.h" +#include "clang/AST/Attr.h" +#include "clang/AST/Stmt.h" using namespace clang; using namespace llvm::omp; +// True if the attributed statement carries the internal `omp tile` intra-tile +// body-guard marker. ---------------- Meinersbur wrote:
Use `///`-comments for function documentaton https://github.com/llvm/llvm-project/pull/191114 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
