This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP][SYCL] Do not crash on attempt to diagnose unsupported type use
ClosedPublic

Authored by Fznamznon on May 29 2020, 11:53 AM.

Details

Summary

Do not ask size of type if it is dependent. ASTContext doesn't seem expecting
this.

Diff Detail

Event Timeline

Fznamznon created this revision.May 29 2020, 11:53 AM
This revision is now accepted and ready to land.May 29 2020, 12:03 PM

I don't have rights to merge. Could someone submit it, please?

This revision was automatically updated to reflect the committed changes.