s_clang_tidy does not use the toolchain binary

XMLWordPrintableJSON

    • Type: Technical Debt
    • Resolution: Unresolved
    • Priority: Major - P3
    • None
    • Affects Version/s: None
    • Component/s: Lint
    • None
    • None

      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

              Assignee:
              [DO NOT USE] Backlog - Storage Engines Team
              Reporter:
              Etienne Petrel
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated: