This is an archive of the discontinued LLVM Phabricator instance.

[ADT] Allow llvm::hash_code as DenseMap key.
ClosedPublic

Authored by sammccall on Jun 20 2018, 4:49 AM.

Details

Summary

This is useful when hash collisions are unlikely and acceptable, e.g. in clangd
completion ranking.

Diff Detail

Repository
rL LLVM

Event Timeline

sammccall created this revision.Jun 20 2018, 4:49 AM
ioeric accepted this revision.Jun 20 2018, 4:54 AM

lgtm

This revision is now accepted and ready to land.Jun 20 2018, 4:54 AM
This revision was automatically updated to reflect the committed changes.