]> granicus.if.org Git - clang/commit
Restrict redeclaration of tags introduced by using decls to MSVCCompat
authorAlp Toker <alp@nuanti.com>
Sat, 18 Jan 2014 00:59:32 +0000 (00:59 +0000)
committerAlp Toker <alp@nuanti.com>
Sat, 18 Jan 2014 00:59:32 +0000 (00:59 +0000)
commit1ee6ed2aed0f076a7144df8fdd503b84702b7190
treedd87251b1af2e099499ae2f1fd1e816510363d32
parentc511df633659767a5c6ffda68061ec948d5504d8
Restrict redeclaration of tags introduced by using decls to MSVCCompat

This limits the facility added in r199490 while we seek clarification on the
standard.

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