]> granicus.if.org Git - clang/commit
Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using a
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Dec 2013 04:30:04 +0000 (04:30 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Dec 2013 04:30:04 +0000 (04:30 +0000)
commitecd4ae9e89f6e216cf6bf9fe08ad04901ecca631
tree4651fa9726451c2ef3c54a250073f3fb1fa24833
parent97f18688f35fc57e6edeebde05b28b8ac963e651
Per [dcl.meaning]p1, a name in an inline namespace can be redeclared using a
name from the enclosing namespace set if the name is specified as a
qualified-id.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196464 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Sema/IdentifierResolver.h
include/clang/Sema/Sema.h
lib/Sema/IdentifierResolver.cpp
lib/Sema/SemaDecl.cpp
lib/Sema/SemaTemplate.cpp
test/CXX/dcl.decl/dcl.meaning/p1-0x.cpp