[all-commits] [llvm/llvm-project] 2fb626: [OPENMP50]Add support for hint clause in atomic di...
Alexey Bataev via All-commits
all-commits at lists.llvm.org
Thu Feb 13 10:35:35 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2fb6268854f178609e974002e4781dbdb1074b90
https://github.com/llvm/llvm-project/commit/2fb6268854f178609e974002e4781dbdb1074b90
Author: Alexey Bataev <a.bataev at hotmail.com>
Date: 2020-02-13 (Thu, 13 Feb 2020)
Changed paths:
M clang/include/clang/Basic/OpenMPKinds.def
M clang/lib/Basic/OpenMPKinds.cpp
M clang/test/OpenMP/atomic_ast_print.cpp
M clang/test/OpenMP/atomic_messages.c
Log Message:
-----------
[OPENMP50]Add support for hint clause in atomic directive.
According to OpenMP 5.0, hint clause is alowed to be used in atomic
directives.
More information about the All-commits
mailing list