diff options
author | Krzysztof Parzyszek <Krzysztof.Parzyszek@amd.com> | 2025-05-01 13:30:45 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-05-01 13:30:45 -0500 |
commit | 760bba4666d6cdb7b4aef3c8ce9a242f59e39216 (patch) | |
tree | 2964d5707dbf72205e57a413d95a000883763f4d /clang/lib/Lex/ModuleMap.cpp | |
parent | cf9d4048fb5840b2800df532c9f93bb2fb842614 (diff) | |
download | llvm-760bba4666d6cdb7b4aef3c8ce9a242f59e39216.zip llvm-760bba4666d6cdb7b4aef3c8ce9a242f59e39216.tar.gz llvm-760bba4666d6cdb7b4aef3c8ce9a242f59e39216.tar.bz2 |
[flang][OpenMP] Allow UPDATE clause to not have any arguments (#137521)
The UPDATE clause can be specified on both ATOMIC and DEPOBJ directives.
Currently, the ATOMIC directive has its own handling of it, and the
definition of the UPDATE clause only supports its use in the DEPOBJ
directive, where it takes a dependence-type as an argument.
The UPDATE clause on the ATOMIC directive may not have any arguments.
Since the implementation of the ATOMIC construct will be modified to use
the standard handling of clauses, the definition of UPDATE should
reflect that.
Diffstat (limited to 'clang/lib/Lex/ModuleMap.cpp')
0 files changed, 0 insertions, 0 deletions