This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Expand llvm::PointerSumType to support scoped enum tags.
Needs ReviewPublic

Authored by idan on Aug 14 2020, 6:05 PM.

Details

Reviewers
chandlerc
Summary

Removes constraint that TagT must be implicitly castable to uintptr_t. The intent is to use this in TFRT.

Diff Detail

Event Timeline

idan created this revision.Aug 14 2020, 6:05 PM
idan requested review of this revision.Aug 14 2020, 6:05 PM
bmahjour removed a subscriber: bmahjour.Aug 17 2020, 8:10 AM
idan updated this revision to Diff 286179.Aug 17 2020, 5:24 PM

clang-tidy fixes

idan edited the summary of this revision. (Show Details)Aug 17 2020, 5:28 PM
idan added a reviewer: chandlerc.