]> granicus.if.org Git - clang/commit
Implement DR482: namespace members can be redeclared with a qualified name
authorRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Dec 2013 07:51:02 +0000 (07:51 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Thu, 5 Dec 2013 07:51:02 +0000 (07:51 +0000)
commitfb8139fbf765f0c10b102d6fcd0d911d4c384d08
treeea77523282f5699184c30c157b9d9605ad1f8e20
parent4157d6440a5d1e40b73f578e606fc16ec8761d65
Implement DR482: namespace members can be redeclared with a qualified name
within their namespace, and such a redeclaration isn't required to be a
definition any more.

Update DR status page to say Clang 3.4 instead of SVN and add new Clang 3.5
category (but keep Clang 3.4 yellow for now).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@196481 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/SemaDecl.cpp
lib/Sema/SemaDeclCXX.cpp
test/CXX/dcl.decl/dcl.meaning/p1.cpp
test/CXX/drs/dr1xx.cpp
test/CXX/drs/dr4xx.cpp
test/CXX/temp/p3.cpp
test/SemaCXX/nested-name-spec.cpp
www/cxx_dr_status.html
www/make_cxx_dr_status