llvm-project/clang/test/CXX/dcl.decl/dcl.meaning
Richard Smith 9fb4e60d7d PR33503: When a qualified name in a redeclaration names a prior declaration in
an inline namespace, update its semantic DeclContext to match.

We would previously get the semantic DeclContext wrong (pointing to the named
scope rather than the inline namespace within it), resulting in wrong lookup
results and linkage-related problems if the inline namespace was an anonymous
namespace.

llvm-svn: 321770
2018-01-03 23:03:54 +00:00
..
dcl.array
dcl.fct
dcl.fct.default
dcl.mptr
dcl.ref
p1-0x.cpp PR33503: When a qualified name in a redeclaration names a prior declaration in 2018-01-03 23:03:54 +00:00
p1.cpp