This is an archive of the discontinued LLVM Phabricator instance.

[OpenCL] Do not enforce ASTContext for OCL2Qual
ClosedPublic

Authored by svenvh on Feb 4 2021, 8:45 AM.

Details

Summary

Do not enforce that the expression to obtain the QualType for an
OpenCL type starts with an ASTContext. This adds the required
flexibility for handling enum types.

Diff Detail

Event Timeline

svenvh created this revision.Feb 4 2021, 8:45 AM
svenvh requested review of this revision.Feb 4 2021, 8:45 AM
Anastasia accepted this revision.Feb 5 2021, 2:46 AM

Cool! Makes sense, LGTM!

This revision is now accepted and ready to land.Feb 5 2021, 2:46 AM
This revision was landed with ongoing or failed builds.Feb 8 2021, 2:57 AM
This revision was automatically updated to reflect the committed changes.