This is an archive of the discontinued LLVM Phabricator instance.

[C++4OpenCL] C++ for OpenCL version 2021 introduced to command line
ClosedPublic

Authored by Topotuna on Aug 13 2021, 7:47 AM.

Details

Summary

Introduces language standard lang_openclcpp2021 and allows
clc++2021 as a version flag for -cl-std in command line.
Defines macros related to C++ for OpenCL version 2021.

Diff Detail

Event Timeline

Topotuna created this revision.Aug 13 2021, 7:47 AM
Topotuna requested review of this revision.Aug 13 2021, 7:47 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2021, 7:47 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
Anastasia accepted this revision.Aug 17 2021, 4:57 AM

LGTM! Thanks

Let's add a reference to RFC in the description: https://lists.llvm.org/pipermail/cfe-dev/2021-August/068593.html

This revision is now accepted and ready to land.Aug 17 2021, 4:57 AM
svenvh accepted this revision.Aug 17 2021, 5:42 AM

LGTM.

This revision was landed with ongoing or failed builds.Aug 18 2021, 2:15 AM
This revision was automatically updated to reflect the committed changes.