]> granicus.if.org Git - clang/commit
Fix handling of dependent nested namespace specifiers in UsingDecls
authorDouglas Gregor <dgregor@apple.com>
Wed, 29 Sep 2010 17:58:28 +0000 (17:58 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 29 Sep 2010 17:58:28 +0000 (17:58 +0000)
commit1b398205267ea69f35230eea50e0225db22ebb7e
tree9da998f2b8883aeebc9430715c850418c689e370
parent640cf37c9432031412a9d3b8c2abcdff4f7f0e97
Fix handling of dependent nested namespace specifiers in UsingDecls
during template instantiation, from Martin Vejnar!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@115051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/SemaTemplate/instantiate-using-decl.cpp