[all-commits] [llvm/llvm-project] d762c3: [NFC][Clang][OpenMP] Use switch-case statement to ...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon Dec 13 16:18:40 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d762c3d905baf18d0f17a24799c9c4517b3c95fa
https://github.com/llvm/llvm-project/commit/d762c3d905baf18d0f17a24799c9c4517b3c95fa
Author: Shilei Tian <tianshilei1992 at gmail.com>
Date: 2021-12-13 (Mon, 13 Dec 2021)
Changed paths:
M clang/lib/Sema/SemaOpenMP.cpp
Log Message:
-----------
[NFC][Clang][OpenMP] Use switch-case statement to process clauses of atomic directive
This patch makes the process of clauses of atomic directive more clear
and preparation for the support for `atomic compare capture`.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D115586
More information about the All-commits
mailing list