]> granicus.if.org Git - clang/commit
Allow redeclaration of typedefs in C++
authorDouglas Gregor <dgregor@apple.com>
Fri, 21 Nov 2008 16:29:06 +0000 (16:29 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 21 Nov 2008 16:29:06 +0000 (16:29 +0000)
commitbbe2743b0259e6c8b053b601bfd768dd49c8143a
treed432ed1f9e46ac272c76cec83c3f2166a5aa0f7c
parentd67777662b7aac5a007513ba1fe25cb60e13fc3d
Allow redeclaration of typedefs in C++

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@59822 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/SemaCXX/typedef-redecl.cpp [new file with mode: 0644]