]> granicus.if.org Git - clang/commit
Add redeclaration checking for static data members and fix a corner
authorDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 14:32:14 +0000 (14:32 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 30 Aug 2010 14:32:14 +0000 (14:32 +0000)
commit7f6ff02d66bcf397cbe154da89de97fd5f96657c
tree999d4d70a58c3ab9c08befcbb0bad0f0eabce05d
parent40a91689284399eb2ac958230a155fd43b2a341c
Add redeclaration checking for static data members and fix a corner
case with redeclaration checking for fields, from Faisal Vali!
Fixes PR7970.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112476 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/CXX/class/class.mem/p1.cpp [new file with mode: 0644]