[all-commits] [llvm/llvm-project] 273ece: [libc++] Add missing files to ignore_format.txt
Louis Dionne via All-commits
all-commits at lists.llvm.org
Mon Sep 25 09:09:49 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 273ece4640e227eff0859147fce493b3550981f1
https://github.com/llvm/llvm-project/commit/273ece4640e227eff0859147fce493b3550981f1
Author: Louis Dionne <ldionne.2 at gmail.com>
Date: 2023-09-25 (Mon, 25 Sep 2023)
Changed paths:
M libcxx/utils/data/ignore_format.txt
M libcxx/utils/generate_ignore_format.sh
Log Message:
-----------
[libc++] Add missing files to ignore_format.txt
The new formatting job enabled with GitHub actions checks for mis-formatted
files everywhere, not only in the select subdirectories we checked previously.
As a result, we'd get spurious clang-format failure reports whenever a
test was modified. This patch fixes that.
More information about the All-commits
mailing list