Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0407e1a8 authored by Andrew Hsieh's avatar Andrew Hsieh Committed by Gerrit Code Review
Browse files

Merge "Rename bin/clang to bin/analyzer"

parents 43077645 af738a4b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -611,7 +611,7 @@ function getdriver()
    if [ -n "$WITH_STATIC_ANALYZER" ]; then
        echo "\
$T/prebuilts/clang/linux-x86/host/3.3/tools/scan-build/scan-build \
--use-analyzer $T/prebuilts/clang/linux-x86/host/3.3/bin/clang \
--use-analyzer $T/prebuilts/clang/linux-x86/host/3.3/bin/analyzer \
--status-bugs \
--top=$T"
    fi