Uploaded image for project: 'WiredTiger'
  1. WiredTiger
  2. WT-12148

s_clang_tidy does not use the toolchain binary

    • Type: Icon: Technical Debt Technical Debt
    • Resolution: Unresolved
    • Priority: Icon: Major - P3 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

            Assignee:
            backlog-server-storage-engines [DO NOT USE] Backlog - Storage Engines Team
            Reporter:
            etienne.petrel@mongodb.com Etienne Petrel
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: