mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-27 13:53:31 +01:00
more generic scan-build script
This commit is contained in:
parent
b66f4cfc9d
commit
e71c8801cf
@ -25,15 +25,13 @@ CHECKERS="\
|
|||||||
-enable-checker security.insecureAPI.strcpy
|
-enable-checker security.insecureAPI.strcpy
|
||||||
"
|
"
|
||||||
|
|
||||||
/opt/clang-3.4/bin/scan-build/scan-build \
|
scan-build \
|
||||||
$CHECKERS \
|
$CHECKERS \
|
||||||
--use-analyzer=/opt/clang-3.4/bin/clang \
|
|
||||||
./configure
|
./configure
|
||||||
|
|
||||||
/opt/clang-3.4/bin/scan-build/scan-build \
|
scan-build \
|
||||||
$CHECKERS \
|
$CHECKERS \
|
||||||
--use-analyzer=/opt/clang-3.4/bin/clang \
|
make -j2 -k
|
||||||
make -j2
|
|
||||||
|
|
||||||
|
|
||||||
# Haven't tried this yet.
|
# Haven't tried this yet.
|
||||||
|
Loading…
Reference in New Issue
Block a user