summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/uninit-variables-vectors.c
Commit message (Collapse)AuthorAgeFilesLines
* Now that the analyzer is distinguishing between uninitialized uses thatChandler Carruth2011-04-081-4/+4
| | | | | | | definitely have a path leading to them, and possibly have a path leading to them; reflect that distinction in the warning text emitted. llvm-svn: 129126
* Make test more portable.Ted Kremenek2011-03-171-2/+5
| | | | llvm-svn: 127799
* Extend -Wuninitialized to support vector types.Ted Kremenek2011-03-171-0/+14
llvm-svn: 127794
OpenPOWER on IntegriCloud