Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Now that the analyzer is distinguishing between uninitialized uses that | Chandler Carruth | 2011-04-08 | 1 | -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 Kremenek | 2011-03-17 | 1 | -2/+5 |
| | | | | llvm-svn: 127799 | ||||
* | Extend -Wuninitialized to support vector types. | Ted Kremenek | 2011-03-17 | 1 | -0/+14 |
llvm-svn: 127794 |