[PATCH] D55424: [analyzer] Supply all checkers with a shouldRegister function

Kristóf Umann via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 7 05:39:44 PST 2018


Szelethus added a comment.

The checker file changes in this patch are pretty boring, here are those that don't always return true in `shouldRegister`:

- `CastSizeChecker`
- `GTestChecker`
- `NSAutoreleasePoolChecker`
- `ObjCAtSyncChecker`


Repository:
  rC Clang

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

https://reviews.llvm.org/D55424





More information about the cfe-commits mailing list