llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
27.91k stars 11.52k forks source link

scan-build: enable all checkers | support glob #32159

Open LebedevRI opened 7 years ago

LebedevRI commented 7 years ago
Bugzilla Link 32812
Version trunk
OS Linux

Extended Description

In clang-tidy config, it is possible to enable all checkers, by using glob patterns. It is even possible to enable all clang-analyzer checkers with something like Checks: 'clang-analyzer-*'

But. It seems to be impossible to do from scan-build. Or is scan-build not the recommended front-end?

Ideally, i'd love for scan-build -enable-checker option to support * as glob.

I.e. scan-build -enable-checker * should correctly enable all the checkers.

LebedevRI commented 7 years ago

assigned to @tkremenek