]> granicus.if.org Git - clang/commit
Fix a regression in the two-phase lookup diagnostics that switching the
authorChandler Carruth <chandlerc@gmail.com>
Wed, 8 Jun 2011 10:13:17 +0000 (10:13 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 8 Jun 2011 10:13:17 +0000 (10:13 +0000)
commit45cad4adb802b818211b1c697f550d3bf1e98e51
tree8dd7600e0756f5109f9e4f1275c7b3ff51918d3f
parent8afdd56babf69cd8e3b45d0baff0d4fc20d088a0
Fix a regression in the two-phase lookup diagnostics that switching the
namespace set algorithm (re-)introduced. We may not have seen the 'std'
namespace, but we should still suggested associated namespaces. Easy
fix, but a bit annoying to test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@132744 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaTemplate/dependent-names-no-std.cpp [new file with mode: 0644]