]> granicus.if.org Git - clang/commit
Add initial prototype for implementation of
authorTed Kremenek <kremenek@apple.com>
Sat, 15 Jan 2011 02:58:47 +0000 (02:58 +0000)
committerTed Kremenek <kremenek@apple.com>
Sat, 15 Jan 2011 02:58:47 +0000 (02:58 +0000)
commit610068c8cd2321f90e147b12cf794e1f840b6405
tree575b910632e1a7e9bbfb0a92f42e6cd89973b61c
parent200fbc877d50da9e53b9aa272b70ca3538ce3a66
Add initial prototype for implementation of
-Wuninitialized based on CFG dataflow analysis.  WIP.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@123512 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Analysis/Analyses/UninitializedValuesV2.h [new file with mode: 0644]
include/clang/Basic/DiagnosticSemaKinds.td
lib/Analysis/CMakeLists.txt
lib/Analysis/UninitializedValuesV2.cpp [new file with mode: 0644]
lib/Sema/AnalysisBasedWarnings.cpp
test/Sema/uninit-variables.c [new file with mode: 0644]