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