[PATCH] D83281: [OpenMP] Allow traits for the OpenMP context selector `isa`
Alexey Bataev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 23 08:51:45 PDT 2020
ABataev added inline comments.
================
Comment at: clang/include/clang/AST/OpenMPClause.h:7663
+ const FunctionDecl *CurrentFunctionDecl);
+ ~TargetOMPContext() = default;
+
----------------
`virtual`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D83281/new/
https://reviews.llvm.org/D83281
More information about the llvm-commits
mailing list