Skip to content

Commit

Permalink
[doc] Extend documentation with implicitly disabled checkers under --…
Browse files Browse the repository at this point in the history
…enable-all
  • Loading branch information
csordasmarton committed Feb 25, 2022
1 parent 9a944f8 commit a7ca367
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions docs/analyzer/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1499,10 +1499,15 @@ losing stability and precision, and worst case, might result in a complete and
utter failure in the analysis itself. **`--enable-all` may only be used at
your own risk!**

Even specifying `--enable-all` will **NOT** enable checkers from some special
checker groups, such as `alpha.` and `debug.`. `osx.` checkers are only enabled
if CodeChecker is run on a macOS machine. `--enable-all` can further be
fine-tuned with subsequent `--enable` and `--disable` arguments, for example
Even specifying `--enable-all` will **NOT** enable checkers from the following
special checker groups: `alpha.`, `debug.`, `osx.`, `abseil-`, `android-`,
`darwin-`, `objc-`, `cppcoreguidelines-`, `fuchsia.`, `fuchsia-`, `hicpp-`,
`llvm-`, `llvmlibc-`, `google-`, `zircon`.

`osx.` checkers are only enabled if CodeChecker is run on a macOS machine.

`--enable-all` can further be fine-tuned with subsequent `--enable` and
`--disable` arguments, for example

```sh
--enable-all --enable alpha --disable misc
Expand Down

0 comments on commit a7ca367

Please sign in to comment.