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 P0012R1: Make exception specifications be part of the type system. This 2016-10-16 17:54:23 +00:00
dcl.fct.default Do not inherit default arguments for friend function in class template. 2017-06-08 06:31:19 +00:00
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