This is an archive of the discontinued LLVM Phabricator instance.

Fix __is_fundamental to accept nullptr_t
ClosedPublic

Authored by zoecarver on Sep 22 2019, 8:16 PM.

Details

Summary

This patch updates the __is_fundamental builtin type trait to return true for nullptr_t.

Event Timeline

zoecarver created this revision.Sep 22 2019, 8:16 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2019, 8:17 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
rsmith accepted this revision.Sep 22 2019, 8:44 PM
This revision is now accepted and ready to land.Sep 22 2019, 8:44 PM
zoecarver closed this revision.Sep 23 2019, 9:06 AM

Resolved by rL372624.