As suggested in D120290.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D123862
[Clang][OpenMP] Use bitfields for flags in `OMPAtomicDirective` ClosedPublic Authored by tianshilei1992 on Apr 15 2022, 10:02 AM.
Details
Diff Detail
Event TimelineComment Actions
It's using accessor function isXLHSInRHSPart() and so on. This revision is now accepted and ready to land.Apr 15 2022, 11:23 AM This revision was landed with ongoing or failed builds.Apr 15 2022, 6:34 PM Closed by commit rGe8760b51ee0f: [Clang][OpenMP] Use bitfields for flags in `OMPAtomicDirective` (authored by tianshilei1992). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 423126 clang/include/clang/AST/StmtOpenMP.h
clang/lib/AST/StmtOpenMP.cpp
clang/lib/Serialization/ASTReaderStmt.cpp
|