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 |
.. |
checkers
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |
crashcontext
|
[CLI] options to unset default checkers and to print active checkers
|
8 years ago |
eradicate
|
[infer][java] do not report `return not nullable` on lambdas
|
8 years ago |
harness
|
[infer][ondemand] make the Procname API more robust by using Typename.t for the class name part of a method name
|
8 years ago |
infer
|
[infer][models] model java.io.BufferedReader as a wrapper
|
8 years ago |
quandary
|
[quandary] clipboard as a source
|
8 years ago |
threadsafety
|
[infer][checkers] remove the threadsafey as analyzer option and rely on the --threadsafety flag only
|
8 years ago |
tracing
|
[infer][CLI] remove the Tracing analyzer option and only rely on the --tracing option for the biabduction analysis
|
8 years ago |
.inferconfig
|
[cli] warn about deprecated options, clean up infer repo
|
8 years ago |