This revision was automatically updated to reflect the committed changes.
Closed by commit rGa888fc6b3412: [OPENMP50]Initial support for use_device_addr
clause. (authored by ABataev).
Changed prior to commit:
https://reviews.llvm.org/D80404?vs=266076&id=266568#toc
Repository:
rG LLVM Github
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM, one nit below
Comment at: clang/lib/Sema/SemaOpenMP.cpp:10179
Diag(StartLoc, diag::err_omp_no_clause_for_directive)
-<< "'map' or 'use_device_ptr'"
-
ABataev updated this revision to Diff 266076.
ABataev added a comment.
Rebase + cleanup
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D80404/new/
https://reviews.llvm.org/D80404
Files:
clang/include/clang/AST/OpenMPClause.h
clang/include/clang/
ABataev created this revision.
ABataev added a reviewer: jdoerfert.
Herald added subscribers: llvm-commits, sstefan1, arphaman, guansong, yaxunl.
Herald added projects: clang, LLVM.
Added parsing/sema analysis/serialization support for use_device_addr
clauses.
Repository:
rG LLVM Github Monore