summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/Sema.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2010-08-25 08:44:16 +0000
committerChandler Carruth <chandlerc@gmail.com>2010-08-25 08:44:16 +0000
commit540801735664c5d5d6821717847bbb3afe939e06 (patch)
tree705f1c67222aec3dca2c1c278d6f2c51bcdc7be8 /clang/lib/Sema/Sema.cpp
parent7a0d8c69cbeca8e08bac1cc5344be402ab66c61f (diff)
downloadbcm5719-llvm-540801735664c5d5d6821717847bbb3afe939e06.tar.gz
bcm5719-llvm-540801735664c5d5d6821717847bbb3afe939e06.zip
Rename *PendingImplicitInstantiations to *PendingInstantiations. No
functionality changed. llvm-svn: 112040
Diffstat (limited to 'clang/lib/Sema/Sema.cpp')
-rw-r--r--clang/lib/Sema/Sema.cpp2
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
OpenPOWER on IntegriCloud