llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.def
Douglas Gregor 412c362d9e When performing name lookup for a namespace definition, only look into
the current context's redeclaration context, ignoring using
directives. Fixes PR8430.

llvm-svn: 117097
2010-10-22 15:24:46 +00:00
..
namespace.memdef template-ids are looked up differently in friend declarations. 2010-10-14 22:22:28 +00:00
namespace.unnamed Successive anonymous namespaces name the same scope. I misinterpreted the 2009-12-16 02:06:49 +00:00
p1.cpp Enable inline namespaces in C++03 as an extension. 2010-08-31 00:36:45 +00:00
p2.cpp When performing name lookup for a namespace definition, only look into 2010-10-22 15:24:46 +00:00
p7.cpp Enable inline namespaces in the AST. 2010-08-31 00:36:36 +00:00
p8.cpp Make inline namespace not be transparent after all. The concept simply doesn't fit. Instead, special-case the few places where transparent contexts have the desired behavior for inline namespaces. Fixes a redeclaration issue in inline namespaces. 2010-08-31 20:53:31 +00:00