Commit Graph

3 Commits

Author SHA1 Message Date
Chandler Carruth f04eb2de1f Now that the analyzer is distinguishing between uninitialized uses that
definitely have a path leading to them, and possibly have a path leading
to them; reflect that distinction in the warning text emitted.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@129126 91177308-0d34-0410-b5e6-96231b3b80d8
2011-04-08 06:33:38 +00:00
Ted Kremenek c9dcb45795 Make test more portable.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127799 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-17 04:16:45 +00:00
Ted Kremenek 1cbc31515e Extend -Wuninitialized to support vector types.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127794 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-17 03:06:11 +00:00