This is an archive of the discontinued LLVM Phabricator instance.

[Clang][OpenMP] Use bitfields for flags in `OMPAtomicDirective`
ClosedPublic

Authored by tianshilei1992 on Apr 15 2022, 10:02 AM.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2022, 10:02 AM
tianshilei1992 requested review of this revision.Apr 15 2022, 10:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptApr 15 2022, 10:02 AM
tianshilei1992 edited the summary of this revision. (Show Details)Apr 15 2022, 10:03 AM

What about ASTStmtWriter?

What about ASTStmtWriter?

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
This revision was automatically updated to reflect the committed changes.