]> granicus.if.org Git - clang/commit
Correctly implement the C++03 and 0x restrictions on class-member using
authorJohn McCall <rjmccall@apple.com>
Tue, 8 Dec 2009 07:46:18 +0000 (07:46 +0000)
committerJohn McCall <rjmccall@apple.com>
Tue, 8 Dec 2009 07:46:18 +0000 (07:46 +0000)
commit604e7f14d672af80ca5b9044f30f3dc23d37ddd5
treede3d2fe20f8706b9592c8d50fad7fd6c91f2e846
parente8174bc483615e79614d9284a50ac94831e8b7c6
Correctly implement the C++03 and 0x restrictions on class-member using
declarations.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@90843 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/Sema.h
lib/Sema/SemaDeclCXX.cpp
lib/Sema/SemaTemplateInstantiateDecl.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p3-cxx0x.cpp
test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p4.cpp
test/SemaCXX/using-decl-templates.cpp