[PATCH] D78577: [OPENMP50]Basic support for uses_allocators clause.
Johannes Doerfert via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Apr 22 09:46:34 PDT 2020
jdoerfert added a subscriber: rnk.
jdoerfert added inline comments.
================
Comment at: clang/include/clang/Sema/Sema.h:33
#include "clang/AST/NSAPI.h"
+#include "clang/AST/OpenMPClause.h"
#include "clang/AST/PrettyPrinter.h"
----------------
I think @rnk might not be happy with this include as it might be costly.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78577/new/
https://reviews.llvm.org/D78577
More information about the cfe-commits
mailing list