]> granicus.if.org Git - clang/commit
Based on user feedback, swap -Wuninitialized diagnostics to have the warning refer...
authorTed Kremenek <kremenek@apple.com>
Wed, 2 Feb 2011 23:35:53 +0000 (23:35 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 2 Feb 2011 23:35:53 +0000 (23:35 +0000)
commit609e3170841dac81c3b7b6b9eccb9c520e42c9b2
tree93eefc5303754cb77af2e8dc25ea132553b9ff25
parent5abec14a235bff4026c030672701a9853350e8cf
Based on user feedback, swap -Wuninitialized diagnostics to have the warning refer to the bad use, and the note to the variable declaration.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124758 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Basic/DiagnosticSemaKinds.td
lib/Sema/AnalysisBasedWarnings.cpp
test/Sema/uninit-variables.c
test/SemaCXX/uninit-variables.cpp
test/SemaObjC/uninit-variables.m