This patch makes the process of clauses of atomic directive more clear
and preparation for the support for atomic compare capture.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Differential D115586
[NFC][Clang][OpenMP] Use switch-case statement to process clauses of atomic directive ClosedPublic Authored by tianshilei1992 on Dec 11 2021, 3:07 PM.
Details Summary This patch makes the process of clauses of atomic directive more clear
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 13 2021, 8:09 AM This revision was landed with ongoing or failed builds.Dec 13 2021, 1:20 PM Closed by commit rG5c23acbc023f: [NFC][Clang][OpenMP] Use switch-case statement to process clauses of atomic… (authored by tianshilei1992). · Explain Why This revision was automatically updated to reflect the committed changes. This revision is now accepted and ready to land.Dec 13 2021, 1:33 PM This revision was landed with ongoing or failed builds.Dec 13 2021, 4:18 PM Closed by commit rGd762c3d905ba: [NFC][Clang][OpenMP] Use switch-case statement to process clauses of atomic… (authored by tianshilei1992). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 393706 clang/lib/Sema/SemaOpenMP.cpp
|