]> granicus.if.org Git - clang/commit
Add test case for <rdar://problem/8610363> (a bogus report of using an uninitialized...
authorTed Kremenek <kremenek@apple.com>
Sat, 30 Oct 2010 00:43:15 +0000 (00:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 30 Oct 2010 00:43:15 +0000 (00:43 +0000)
commitc75f6180d10e7ac5cd414569b7cbd90cd1295101
treea550f93ea46b6a162f87931d89a706dfa96d27f5
parent295a2a617ac335f590e430ab7fcd98f8ce109251
Add test case for <rdar://problem/8610363> (a bogus report of using an uninitialized field).  This was
already fixed, but this serves for detecting regressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@117754 91177308-0d34-0410-b5e6-96231b3b80d8
test/SemaCXX/uninitialized.cpp [new file with mode: 0644]