Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Switch 'is possibly uninitialized' to 'may be uninitialized' based on | Chandler Carruth | 2011-04-08 | 1 | -1/+1 |
| | | | | | | Chris's feedback. llvm-svn: 129127 | ||||
* | Fix test to test the right thing. | Ted Kremenek | 2011-03-17 | 1 | -4/+4 |
| | | | | llvm-svn: 127803 | ||||
* | Don't construct two CFGs just to run -Wuninitialized. While this causes new ↵ | Ted Kremenek | 2011-03-17 | 1 | -0/+23 |
warnings to be flagged under -Wconditional-uninitialized, this is something we can improve over time. llvm-svn: 127802 |