[PATCH] D41042: [analyzer] StackAddrEscape: Delay turning on by default a little bit?

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 11 09:38:01 PST 2017


NoQ added a comment.

Yeah, we usually try to avoid omissions of modeling in on-by-default checkers because the user may accidentally run into projects in which the unmodeled idiom is common, and then he'd get false positives all over the place. In my case it was just two new positives, both false due to this `dispatch_barrier_sync` idiom.


https://reviews.llvm.org/D41042





More information about the cfe-commits mailing list