What changed, and why it matters
This is a one-line documentation update inside a CI (continuous integration) helper patch. It changes a comment that points to a different version of an external tool's source file. There is no code change, no change to how Bitcoin Core runs, and no security relevance.
No action required. This is a non-functional CI documentation change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The commit updates a URL in a comment within ci/test/01_iwyu.patch. The patch is used by the Include What You Use (IWYU) CI job. The old comment referenced the clang_21 branch of include-what-you-use’s iwyu_include_picker.cc; the new comment references the clang_22 branch at updated line numbers. No functional code is modified.
Changed components
ci/test/01_iwyu.patchInspect captured patch +1 / −1
diff --git a/ci/test/01_iwyu.patch b/ci/test/01_iwyu.patch
index d86a02dc..794bb74f 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
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.