diff --git a/clang/lib/Sema/MultiplexExternalSemaSource.cpp b/clang/lib/Sema/MultiplexExternalSemaSource.cpp index d0d6a3a866d62..100794de60ee0 100644 --- a/clang/lib/Sema/MultiplexExternalSemaSource.cpp +++ b/clang/lib/Sema/MultiplexExternalSemaSource.cpp @@ -314,7 +314,7 @@ void MultiplexExternalSemaSource::ReadPendingInstantiationsOfConstexprEntity( const NamedDecl *D, llvm::SmallSetVector &Decls) { for (size_t i = 0; i < Sources.size(); ++i) Sources[i]->ReadPendingInstantiationsOfConstexprEntity(D, Decls); -}; +} void MultiplexExternalSemaSource::ReadLateParsedTemplates( llvm::MapVector>