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)
commita21719d6888c2963bd2395693072b1573cf35c18
treed478ebacce61aace39fddd93a674523c6e78e425
parentc25d3fe71e8e93dc956b3562785625e7746763f7
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.

llvm-svn: 167786
clang/lib/Sema/SemaOverload.cpp
clang/test/SemaTemplate/dependent-names.cpp