[PATCH] D66721: [analyzer] Analysis: Prevent bitwise operation false positives

Csaba Dabis via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Aug 25 14:35:21 PDT 2019


Charusso added a comment.

In D66721#1644531 <https://reviews.llvm.org/D66721#1644531>, @NoQ wrote:

> Now you're silencing the *whole* checker. This is equivalent to passing an `-analyzer-silence-checker` flag.


I am silencing the *whole* checker if and only if a bitwise operation or a shift operation occurs. That is the correct behavior which is not equal to `-analyzer-silence-checker` which disables the *whole* checker during the *whole* analysis.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D66721/new/

https://reviews.llvm.org/D66721





More information about the cfe-commits mailing list