-
Type: Technical Debt
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Lint
The script s_clang_tidy does not use the toolchain binary:
if test -z "$tidy" && test -x /usr/lib/llvm-3.9/bin/clang-tidy; then tidy="/usr/lib/llvm-3.9/bin/clang-tidy" fi
We should update it to use the stable version that is currently located here: /opt/mongodbtoolchain/v4/bin/clang-tidy