[all-commits] [llvm/llvm-project] 49af65: [run-clang-tidy] Accept export directory if PyYAML...
Amadeus Gebauer via All-commits
all-commits at lists.llvm.org
Fri Oct 20 04:40:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49af6502c6dcb4a7f7520178bd14df396f78240c
https://github.com/llvm/llvm-project/commit/49af6502c6dcb4a7f7520178bd14df396f78240c
Author: Amadeus Gebauer <5357441+amgebauer at users.noreply.github.com>
Date: 2023-10-20 (Fri, 20 Oct 2023)
Changed paths:
M clang-tools-extra/clang-tidy/tool/clang-tidy-diff.py
M clang-tools-extra/clang-tidy/tool/run-clang-tidy.py
Log Message:
-----------
[run-clang-tidy] Accept export directory if PyYAML is not installed (#69700)
If PyYAML is not installed, the `-export-fixes` can be used to specify a
directory (not a file).
Mentioning @PiotrZSL @dyung
Follows #69453
More information about the All-commits
mailing list