Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Static Analyzer] The name of the checker that reports a bug is added | Gabor Horvath | 2015-02-09 | 1 | -0/+9 |
| | | | | | | | | | | | to the plist output. This check_name field does not guaranteed to be the same as the name of the checker in the future. Reviewer: Anna Zaks Differential Revision: http://reviews.llvm.org/D6841 llvm-svn: 228624 | ||||
* | [analyzer] Don't emit an "Assuming x is <OP> y" if it's not a comparison op. | Jordan Rose | 2013-10-26 | 1 | -0/+1582 |
We could certainly be more precise in many of our diagnostics, but before we were printing "Assuming x is && y", which is just ridiculous. <rdar://problem/15167979> llvm-svn: 193455 |