This is an archive of the discontinued LLVM Phabricator instance.

[libc++] Granularize some more type_traits
ClosedPublic

Authored by philnik on Jun 30 2022, 2:48 PM.

Details

Reviewers
ldionne
Mordante
var-const
Group Reviewers
Restricted Project
Commits
rGb7aa9c4ac8e7: [libc++] Granularize some more type_traits

Diff Detail

Event Timeline

philnik created this revision.Jun 30 2022, 2:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 2:48 PM
Herald added a subscriber: mgorny. · View Herald Transcript
philnik requested review of this revision.Jun 30 2022, 2:48 PM
Herald added a project: Restricted Project. · View Herald TranscriptJun 30 2022, 2:48 PM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Jul 21 2022, 9:30 AM

LGTM with passing CI.

libcxx/include/__type_traits/is_valid_expansion.h
21

Not for this patch, but we should probably get rid of this. It seems maybe a bit over-engineered since we only use it in 1-2 places.

This revision is now accepted and ready to land.Jul 21 2022, 9:30 AM
philnik updated this revision to Diff 447132.Jul 24 2022, 7:03 AM
  • Try to fix CI
This revision was automatically updated to reflect the committed changes.