This is an archive of the discontinued LLVM Phabricator instance.

[OpenMP] Fix incorrect property of __has_attribute() macro
ClosedPublic

Authored by kiszk on Jan 6 2020, 9:50 AM.

Details

Summary

__has_attribute(fallthough) -> __has_attribute(fallthrough)

Diff Detail

Event Timeline

kiszk created this revision.Jan 6 2020, 9:50 AM
Herald added a project: Restricted Project. · View Herald Transcript
This revision is now accepted and ready to land.Jan 6 2020, 10:31 AM
kiszk added a comment.Jan 6 2020, 10:44 AM

Thank you.
I do not have commit rights to the repository yet. Could someone commit this change if it is OK?
Kazuaki Ishizaki <ishizaki@jp.ibm.com>

This revision was automatically updated to reflect the committed changes.

Can you please also submit a patch to libc++ where we copied this code from?

kiszk added a comment.Jan 6 2020, 9:35 PM

Sure, I will do this today.