From 086bb4ef820b346150b6e9611376ed86d5a5428f Mon Sep 17 00:00:00 2001 From: John McCall Date: Sat, 19 Dec 2009 00:55:12 +0000 Subject: Qualify a bunch of explicit template instantiations to satisfy clang++. llvm-svn: 91736 --- llvm/lib/VMCore/BasicBlock.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/VMCore/BasicBlock.cpp') diff --git a/llvm/lib/VMCore/BasicBlock.cpp b/llvm/lib/VMCore/BasicBlock.cpp index c7f7f53e230..16437bc1304 100644 --- a/llvm/lib/VMCore/BasicBlock.cpp +++ b/llvm/lib/VMCore/BasicBlock.cpp @@ -35,7 +35,7 @@ LLVMContext &BasicBlock::getContext() const { // Explicit instantiation of SymbolTableListTraits since some of the methods // are not in the public header file... -template class SymbolTableListTraits; +template class llvm::SymbolTableListTraits; BasicBlock::BasicBlock(LLVMContext &C, const Twine &Name, Function *NewParent, -- cgit v1.2.3