]> granicus.if.org Git - clang/commit
Permit redeclaration of tags introduced by using decls
authorAlp Toker <alp@nuanti.com>
Fri, 17 Jan 2014 12:57:21 +0000 (12:57 +0000)
committerAlp Toker <alp@nuanti.com>
Fri, 17 Jan 2014 12:57:21 +0000 (12:57 +0000)
commitb693c9e02c0d9c7eb00d41bf3d26c80785cd8a90
tree235a8a6589a6e60e91c58eb6c017bf177fedacc0
parent50f00a0c556423b04cc6b2f3610075f155cf8818
Permit redeclaration of tags introduced by using decls

This valid construct appears in MSVC headers where it's used to provide a
definition for the '::type_info' compiler builtin type.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199490 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/using-decl-1.cpp