This is an archive of the discontinued LLVM Phabricator instance.

[Clang][OpenMP] Add Sema support for atomic compare capture
ClosedPublic

Authored by tianshilei1992 on Feb 19 2022, 6:33 PM.

Details

Summary

This patch adds Sema support for atomic compare capture.

Diff Detail

Event Timeline

tianshilei1992 created this revision.Feb 19 2022, 6:33 PM
tianshilei1992 requested review of this revision.Feb 19 2022, 6:33 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 19 2022, 6:33 PM

fnish all checks and add note messages

tianshilei1992 retitled this revision from [WIP][Clang][OpenMP] Add Sema support for atomic compare capture to [Clang][OpenMP] Add Sema support for atomic compare capture.Feb 20 2022, 4:09 PM
tianshilei1992 edited the summary of this revision. (Show Details)

fix error message

set C accordingly

Do we have ast print/dump tests for correct constructs?

Do we have ast print/dump tests for correct constructs?

It's in the parser patch which has already been merged. https://reviews.llvm.org/D116261

This revision is now accepted and ready to land.Feb 21 2022, 5:21 AM
This revision was landed with ongoing or failed builds.Feb 21 2022, 11:21 AM
This revision was automatically updated to reflect the committed changes.