[all-commits] [llvm/llvm-project] e8760b: [Clang][OpenMP] Use bitfields for flags in `OMPAto...
Shilei Tian via All-commits
all-commits at lists.llvm.org
Fri Apr 15 18:34:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e8760b51ee0f972587cb0af922a3f828ab6926d6
https://github.com/llvm/llvm-project/commit/e8760b51ee0f972587cb0af922a3f828ab6926d6
Author: Shilei Tian <i at tianshilei.me>
Date: 2022-04-15 (Fri, 15 Apr 2022)
Changed paths:
M clang/include/clang/AST/StmtOpenMP.h
M clang/lib/AST/StmtOpenMP.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
Log Message:
-----------
[Clang][OpenMP] Use bitfields for flags in `OMPAtomicDirective`
As suggested in D120290.
Reviewed By: ABataev
Differential Revision: https://reviews.llvm.org/D123862
More information about the All-commits
mailing list