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 |
.. |
build_systems
|
[infer][models] model java.io.BufferedReader as a wrapper
|
8 years ago |
codetoanalyze
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |
repl
|
[backend] move expression pretty-printing into exp module
|
8 years ago |
.inferconfig
|
Adding inferconfig support to skip the translation of generated source code
|
9 years ago |
base.make
|
[tests] awesomize make output
|
8 years ago |
clang-base.make
|
[make] make frontend tests more functional
|
8 years ago |
clang-frontend.make
|
[tests] awesomize make output
|
8 years ago |
clang.make
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |
differential.make
|
[CLI] switch to infer-<command> (symlinks) executables
|
8 years ago |
infer.make
|
[CLI] switch to infer-<command> (symlinks) executables
|
8 years ago |
java.make
|
[infer][eradicate] Consider junit.framework.TestCase.setUp as an initializer
|
8 years ago |
javac.make
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |
tests.iml
|
initial synchronization
|
10 years ago |