[all-commits] [llvm/llvm-project] 4294bc: [clang-tidy] Add exit code support to clang-tidy-d...

Piotr Zegar via All-commits all-commits at lists.llvm.org
Thu Aug 31 13:02:24 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4294bca5e4f6e6e8cfdbd9fbe8751c5e5415fd47
      https://github.com/llvm/llvm-project/commit/4294bca5e4f6e6e8cfdbd9fbe8751c5e5415fd47
  Author: Piotr Zegar <me at piotrzegar.pl>
  Date:   2023-08-31 (Thu, 31 Aug 2023)

  Changed paths:
    M clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
    M clang-tools-extra/docs/ReleaseNotes.rst

  Log Message:
  -----------
  [clang-tidy] Add exit code support to clang-tidy-diff.py

Modify script to fail when some run clang-tidy
command fails. Based on run_clang-tidy.

Fixes: #65000

Reviewed By: carlosgalvezp

Differential Revision: https://reviews.llvm.org/D158929




More information about the All-commits mailing list