[all-commits] [llvm/llvm-project] 7d7e4d: [Windows] Add git-clang-format wrapper bat file (#...

Chris B via All-commits all-commits at lists.llvm.org
Sat Oct 21 06:14:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d7e4d20b077c1f64b0db88ab844ccb9214bd38c
      https://github.com/llvm/llvm-project/commit/7d7e4d20b077c1f64b0db88ab844ccb9214bd38c
  Author: Chris B <chris.bieneman at me.com>
  Date:   2023-10-21 (Sat, 21 Oct 2023)

  Changed paths:
    M clang/tools/clang-format/CMakeLists.txt
    A clang/tools/clang-format/git-clang-format.bat

  Log Message:
  -----------
  [Windows] Add git-clang-format wrapper bat file (#69228)

This allows git-clang-format to be used on a Windows terminal without
manually needing to find the path and invoke the python interpreter. We
have a similar script for `scan-build`.

Fixes #69643




More information about the All-commits mailing list