]> granicus.if.org Git - clang/commit
When filtering the list of associated namespaces so that we don't suggest people
authorNick Lewycky <nicholas@mxc.ca>
Tue, 13 Nov 2012 00:08:34 +0000 (00:08 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Tue, 13 Nov 2012 00:08:34 +0000 (00:08 +0000)
commitd05df512cd6dfa32a696bcdd3dced825efe94bc4
treee8adef3c49a5f079a29913f4649c02632bf0cfd4
parent51ceb7bab599ea7d39d290ff5e88e4a1f0f5bc5c
When filtering the list of associated namespaces so that we don't suggest people
add functions to namespace 'std', also filter out namespaces with '__' anywhere
in the name.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@167786 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp
test/SemaTemplate/dependent-names.cpp