]> granicus.if.org Git - clang/commit
Diagnose the presence of multiple initializations of static data
authorDouglas Gregor <dgregor@apple.com>
Tue, 24 Aug 2010 05:27:49 +0000 (05:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 24 Aug 2010 05:27:49 +0000 (05:27 +0000)
commit3a91abf311dcc399944882004f3e0b29489d31c7
tree3fc4474dfc9ebe9f1c0c32d9200fb6898dfc49b9
parentfb3bb31af0bdf25b869d42599133d590cdf8c2c1
Diagnose the presence of multiple initializations of static data
members, from Faisal Vali! Fixes PR6904.

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