[all-commits] [llvm/llvm-project] 5c23ac: [NFC][Clang][OpenMP] Use switch-case statement to ...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Mon Dec 13 13:20:22 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5c23acbc023fbb9fdc6c56f4d2212ecb0432874e
https://github.com/llvm/llvm-project/commit/5c23acbc023fbb9fdc6c56f4d2212ecb0432874e
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