[all-commits] [llvm/llvm-project] da94bf: [Workflow] Add new code format helper. (#66684)

Tobias Hieta via All-commits all-commits at lists.llvm.org
Tue Sep 19 23:52:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: da94bf0d561109529e4ab3dabfcbb8b6c258ea39
      https://github.com/llvm/llvm-project/commit/da94bf0d561109529e4ab3dabfcbb8b6c258ea39
  Author: Tobias Hieta <tobias at hieta.se>
  Date:   2023-09-20 (Wed, 20 Sep 2023)

  Changed paths:
    A .github/workflows/pr-code-format.yml
    R .github/workflows/pr-python-format.yml
    A llvm/utils/git/code-format-helper.py
    A llvm/utils/git/requirements_formatting.txt
    A llvm/utils/git/requirements_formatting.txt.in

  Log Message:
  -----------
  [Workflow] Add new code format helper. (#66684)

This helper will format python files with black/darker and
C/C++ files with clang-format.

The format helper is written so that we can expand it with new
formatters in the future like clang-tidy.




More information about the All-commits mailing list