Joe McDonnell has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/23990 )
Change subject: IMPALA-14764 (part 1): Vendor LLVM's run-clang-tidy.py ...................................................................... IMPALA-14764 (part 1): Vendor LLVM's run-clang-tidy.py This pulls in LLVM's latest run-clang-tidy.py from commit hash b0ce26c320 and switches our runner script to use it. LLVM's run-clang-tidy.py has verbose progress output by default. This passes in the -hide-progress flag to turn it off. LLVM uses Apache 2.0 with an exception. This adds information about that exception to LICENSE.txt. Testing: - Ran bin/run_clang_tidy.sh on Ubuntu 20 / 22 Change-Id: Ia409d0bcdaefc93b81d1f3df278b2e4258122f9c Reviewed-on: http://gerrit.cloudera.org:8080/23990 Reviewed-by: Michael Smith <[email protected]> Tested-by: Joe McDonnell <[email protected]> --- M LICENSE.txt A bin/llvm/run-clang-tidy.py M bin/rat_exclude_files.txt M bin/run_clang_tidy.sh 4 files changed, 819 insertions(+), 6 deletions(-) Approvals: Michael Smith: Looks good to me, approved Joe McDonnell: Verified -- To view, visit http://gerrit.cloudera.org:8080/23990 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: Ia409d0bcdaefc93b81d1f3df278b2e4258122f9c Gerrit-Change-Number: 23990 Gerrit-PatchSet: 8 Gerrit-Owner: Joe McDonnell <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Michael Smith <[email protected]>
