[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-18 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang-format Author: Devon Loehr (DKLoehr) Changes Followup to #136022, this ensures formatting tests are run with an empty `.clang-format-ignore` in their root directory, to prevent failures if the file also exists higher in the tree. --- Full diff:

[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-18 Thread Arthur Eubanks via cfe-commits
https://github.com/aeubanks closed https://github.com/llvm/llvm-project/pull/136154 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-18 Thread Devon Loehr via cfe-commits
https://github.com/DKLoehr updated https://github.com/llvm/llvm-project/pull/136154 >From 804fcdd84e8551005bfa5dae58d24f9852608360 Mon Sep 17 00:00:00 2001 From: Devon Loehr Date: Thu, 17 Apr 2025 16:10:55 + Subject: [PATCH 1/2] Generate empty .clang-format-ignore before running tests ---

[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-18 Thread Devon Loehr via cfe-commits
https://github.com/DKLoehr updated https://github.com/llvm/llvm-project/pull/136154 >From 804fcdd84e8551005bfa5dae58d24f9852608360 Mon Sep 17 00:00:00 2001 From: Devon Loehr Date: Thu, 17 Apr 2025 16:10:55 + Subject: [PATCH 1/2] Generate empty .clang-format-ignore before running tests ---

[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-17 Thread Devon Loehr via cfe-commits
https://github.com/DKLoehr created https://github.com/llvm/llvm-project/pull/136154 Followup to #136022, this ensures formatting tests are run with an empty `.clang-format-ignore` in their root directory, to prevent failures if the file also exists higher in the tree. >From 804fcdd84e8551005b

[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-17 Thread Arthur Eubanks via cfe-commits
aeubanks wrote: ah yes, the build directory can be outside of the source directory, lgtm. still good to keep the other PR though so outside .clang-format-ignore files don't leak into clang-format used inside llvm-project https://github.com/llvm/llvm-project/pull/136154

[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-17 Thread Devon Loehr via cfe-commits
https://github.com/DKLoehr updated https://github.com/llvm/llvm-project/pull/136154 >From 804fcdd84e8551005bfa5dae58d24f9852608360 Mon Sep 17 00:00:00 2001 From: Devon Loehr Date: Thu, 17 Apr 2025 16:10:55 + Subject: [PATCH 1/2] Generate empty .clang-format-ignore before running tests ---

[clang] Generate empty .clang-format-ignore before running tests (PR #136154)

2025-04-17 Thread Reid Kleckner via cfe-commits
https://github.com/rnk approved this pull request. https://github.com/llvm/llvm-project/pull/136154 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits