diff options
Diffstat (limited to 'clang/lib/Sema/Sema.cpp')
-rw-r--r-- | clang/lib/Sema/Sema.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Sema/Sema.cpp b/clang/lib/Sema/Sema.cpp index 2320d7dc323..6143492ea76 100644 --- a/clang/lib/Sema/Sema.cpp +++ b/clang/lib/Sema/Sema.cpp @@ -300,7 +300,7 @@ void Sema::ActOnEndOfTranslationUnit() { // common behavior for C++ compilers, it is technically wrong. In the // future, we either need to be able to filter the results of name lookup // or we need to perform template instantiations earlier. - PerformPendingImplicitInstantiations(); + PerformPendingInstantiations(); /// If DefinedUsedVTables ends up marking any virtual member /// functions it might lead to more pending template |