From: Anders Carlsson Date: Fri, 24 Apr 2009 06:02:55 +0000 (+0000) Subject: CXXTempVarDecls aren't looked up. Fixes tests. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9a55d3e1e52780977714e84e310831f22ec3faf0;p=clang CXXTempVarDecls aren't looked up. Fixes tests. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@69960 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/AST/DeclBase.cpp b/lib/AST/DeclBase.cpp index 010dc677af..a20786035a 100644 --- a/lib/AST/DeclBase.cpp +++ b/lib/AST/DeclBase.cpp @@ -206,6 +206,7 @@ unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { case ObjCForwardProtocol: case Block: case TranslationUnit: + case CXXTempVar: // Aren't looked up? case UsingDirective: