summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/conditional-path-notes.c
Commit message (Collapse)AuthorAgeFilesLines
* [Static Analyzer] The name of the checker that reports a bug is addedGabor Horvath2015-02-091-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 Rose2013-10-261-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
OpenPOWER on IntegriCloud