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 02b55d2 commit 6274442Copy full SHA for 6274442
clang-tools-extra/clangd/SystemIncludeExtractor.cpp
@@ -239,8 +239,7 @@ template <> struct DenseMapInfo<DriverArgs> {
239
Val.Stdlib,
240
});
241
242
- unsigned SpecsHash =
243
- llvm::hash_combine_range(Val.Specs.begin(), Val.Specs.end());
+ unsigned SpecsHash = llvm::hash_combine_range(Val.Specs);
244
245
return llvm::hash_combine(FixedFieldsHash, SpecsHash);
246
}
0 commit comments