You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Jules Villard
b964f6ab74
[CLI] options to unset default checkers and to print active checkers
Summary:
Demo:
```
$ infer -a checkers --print-active-checkers
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: annotation reachability, fragment retains view, immutable cast, printf args, quandary, SIOF, thread safety
Starting analysis...
[...]
$ infer -a checkers --print-active-checkers --no-default-checkers
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: none
[...]
$ infer -a checkers --print-active-checkers --no-default-checkers --bufferoverrun
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: buffer overrun
[...]
$ infer -a checkers --print-active-checkers --no-default-checkers --bufferoverrun --default-checkers --biabduction --no-siof
Found 1 source file to analyze in /home/jul/infer/infer-out
Active checkers: annotation reachability, biabduction, buffer overrun, fragment retains view, immutable cast, printf args, quandary, thread safety
[...]
```
Reviewed By: jeremydubreil
Differential Revision: D5095657
fbshipit-source-id: 8043b00
|
8 years ago |
.. |
annotations
|
[make] print @ commands when passed VERBOSE=1
|
8 years ago |
bin
|
[make] make infer/src/Makefile less phony
|
8 years ago |
etc
|
[clang] replace yojson frontend with biniou frontend
|
9 years ago |
lib
|
[clang] Collect captured folders in buck-out when keep-going is passed
|
8 years ago |
models
|
[infer][models] model java.io.BufferedReader as a wrapper
|
8 years ago |
src
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |
tests
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |
.merlin
|
[config] migrate help to use man pages
|
8 years ago |
.ocp-indent
|
add ocp-indent configuration and eclipse launcher
|
9 years ago |