This is an archive of the discontinued LLVM Phabricator instance.

[NFC][support] Extract `IsHashableData` out of class
ClosedPublic

Authored by arames on Sep 2 2021, 4:10 PM.

Details

Summary

Extract HashBuilder::IsHashableData out of class; it does not depend on
template parametres.

Diff Detail

Event Timeline

arames requested review of this revision.Sep 2 2021, 4:10 PM
arames created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2021, 4:10 PM
arames updated this revision to Diff 370442.Sep 2 2021, 4:15 PM

run clang-format

This revision is now accepted and ready to land.Sep 7 2021, 7:52 AM
This revision was automatically updated to reflect the committed changes.