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 81487bc commit 3db9dfcCopy full SHA for 3db9dfc
stdlib/public/runtime/MetadataLookup.cpp
@@ -196,8 +196,10 @@ namespace {
196
};
197
} // end anonymous namespace
198
199
-llvm::hash_code llvm::hash_value(StringRef S) {
200
- return hash_combine_range(S.begin(), S.end());
+namespace {
+ inline llvm::hash_code llvm::hash_value(StringRef S) {
201
+ return hash_combine_range(S.begin(), S.end());
202
+ }
203
}
204
205
struct TypeMetadataPrivateState {
0 commit comments