We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3d5d0 commit f7587a9Copy full SHA for f7587a9
llvm/include/llvm/Support/FileSystem/UniqueID.h
@@ -64,7 +64,7 @@ template <> struct DenseMapInfo<llvm::sys::fs::UniqueID> {
64
return {TombstoneKey.first, TombstoneKey.second};
65
}
66
67
- static unsigned getHashValue(const llvm::sys::fs::UniqueID &Tag) {
+ static hash_code getHashValue(const llvm::sys::fs::UniqueID &Tag) {
68
return hash_value(std::make_pair(Tag.getDevice(), Tag.getFile()));
69
70
0 commit comments