I'm trying this, but doesn't work:
$ clang-tidy --config="analyzer-max-loop: 10" a.cpp --
<command-line-config>:1:1: error: unknown key 'analyzer-max-loop'
analyzer-max-loop: 10
^~~~~~~~~~~~~~~~~
Error: invalid configuration specified.
Invalid argument
I want the analyzer to try to iterate through a loop 10 times.