From 7c7cec45678347c9793fd6bc1d3082b1a5e22c57 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C5=91rinc?= Date: Tue, 28 Apr 2026 19:19:20 +0200 Subject: [PATCH] ci: update IWYU patch reference Point the patch comment at the `clang_22` stdlib C include map now used by the native IWYU job. --- ci/test/01_iwyu.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/test/01_iwyu.patch b/ci/test/01_iwyu.patch index d86a02dc766..794bb74f587 100644 --- a/ci/test/01_iwyu.patch +++ b/ci/test/01_iwyu.patch @@ -15,7 +15,7 @@ See: https://en.cppreference.com/w/cpp/preprocessor/include.html. Prefer C++ headers over C counterparts. -See: https://github.com/include-what-you-use/include-what-you-use/blob/clang_21/iwyu_include_picker.cc#L587-L629. +See: https://github.com/include-what-you-use/include-what-you-use/blob/clang_22/iwyu_include_picker.cc#L645-L687. --- a/iwyu_include_picker.cc +++ b/iwyu_include_picker.cc