
already have, check whether the name from the module is actually newer than the existing declaration. If it isn't, we might (say) replace a visible declaration with an injected friend, and thus make it invisible (or lose a default argument or an array bound). llvm-svn: 228661
2 lines
30 B
C++
2 lines
30 B
C++
namespace N { extern int n; }
|