Eliminates a clang warning.

llvm-svn: 116408
This commit is contained in:
Fariborz Jahanian 2010-10-13 16:19:16 +00:00
parent c133c6ee1a
commit 26d1e2b370
1 changed files with 1 additions and 0 deletions

View File

@ -2554,6 +2554,7 @@ bool UnnamedLocalNoLinkageFinder::VisitNestedNameSpecifier(
case NestedNameSpecifier::TypeSpecWithTemplate:
return Visit(QualType(NNS->getAsType(), 0));
}
return false;
}