[PATCH] D106739: [analyzer] Add option to SATest.py for extra checkers

Deep Majumder via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 30 08:57:23 PDT 2021


RedDocMD added a comment.

In D106739#2907647 <https://reviews.llvm.org/D106739#2907647>, @ASDenysPetrov wrote:

> @RedDocMD Could you, please, explain the motivation and add at least one test to verify it works.

Motivation: I need to run these projects with the SmartPtrChecker enabled (which is an alpha checker, hence not enabled by default).
Test: This is more of a helper script, not a core library, so I think we can be a little relaxed with the testing thing.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106739



More information about the cfe-commits mailing list