diff options
Diffstat (limited to 'clang/unittests/Frontend/CompilerInvocationTest.cpp')
-rw-r--r-- | clang/unittests/Frontend/CompilerInvocationTest.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/clang/unittests/Frontend/CompilerInvocationTest.cpp b/clang/unittests/Frontend/CompilerInvocationTest.cpp index 9bcbf1f..692d04a 100644 --- a/clang/unittests/Frontend/CompilerInvocationTest.cpp +++ b/clang/unittests/Frontend/CompilerInvocationTest.cpp @@ -860,9 +860,7 @@ struct DummyModuleFileExtension return {}; }; - llvm::hash_code hashExtension(llvm::hash_code Code) const override { - return {}; - } + void hashExtension(ExtensionHashBuilder &HBuilder) const override {} std::unique_ptr<ModuleFileExtensionWriter> createExtensionWriter(ASTWriter &Writer) override { |