]> granicus.if.org Git - clang/commit
Added initialization to ErrorDiag to silence gcc's warning of the variable
authorTed Kremenek <kremenek@apple.com>
Sat, 15 Mar 2008 07:58:36 +0000 (07:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 15 Mar 2008 07:58:36 +0000 (07:58 +0000)
commitd9d1cbfe72aa206d23041b76fb10841ed462c2f5
treed5249295e8bef6f7506b1b199a8281f3b04cd44c
parent2677ea871a25aa79f9db360f6ed10584c02267ad
Added initialization to ErrorDiag to silence gcc's warning of the variable
potentially being used uninitialized (which it cannot be).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48393 91177308-0d34-0410-b5e6-96231b3b80d8
Analysis/GRSimpleVals.cpp