This patch adds the flag extra-checkers to the sub-command build for
passing a comma separated list of additional checkers to include.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It turns out that there is already an option called extra-analyzer-config to pass analyzer configs, like setting ModelSmartPtrDereference to true
Comment Actions
@RedDocMD Could you, please, explain the motivation and add at least one test to verify it works.
Comment Actions
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.