You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you went out of your way to specify the option, you probably knew
what you wanted and didn't want the default you'd get from not
specifying the option in the first place.
We just let the error from from system() propagate to tell the user that
the option they provided wasn't usable:
$ scan-build-19 --use-cc="enoent gcc" make
scan-build: Using '/usr/lib/llvm-19/bin/clang' for static analysis
...
Can't exec "enoent": No such file or directory ...
0 commit comments