diff options
author | Fariborz Jahanian <fjahanian@apple.com> | 2010-10-13 16:19:16 +0000 |
---|---|---|
committer | Fariborz Jahanian <fjahanian@apple.com> | 2010-10-13 16:19:16 +0000 |
commit | 7b1ec6c4781ce960e1c3157b84ebe8362df2d2a7 (patch) | |
tree | d2d835a99970b2f472fd1abfe58e5ed50cddabdf /lib/Sema/SemaTemplate.cpp | |
parent | 4f036fad0481a1bc996763b3e7c1d2f0019607f4 (diff) |
Eliminates a clang warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116408 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaTemplate.cpp')
-rw-r--r-- | lib/Sema/SemaTemplate.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Sema/SemaTemplate.cpp b/lib/Sema/SemaTemplate.cpp index 6434333fbe..3b2ca1e162 100644 --- a/lib/Sema/SemaTemplate.cpp +++ b/lib/Sema/SemaTemplate.cpp @@ -2554,6 +2554,7 @@ bool UnnamedLocalNoLinkageFinder::VisitNestedNameSpecifier( case NestedNameSpecifier::TypeSpecWithTemplate: return Visit(QualType(NNS->getAsType(), 0)); } + return false; } |