[all-commits] [llvm/llvm-project] dd9885: [clang-tidy] Add missing #include insertion in mac...
Zeyi Xu via All-commits
all-commits at lists.llvm.org
Tue Mar 24 16:53:07 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd9885c0f34fdf64e0de2b07b94ab141274a82e2
https://github.com/llvm/llvm-project/commit/dd9885c0f34fdf64e0de2b07b94ab141274a82e2
Author: Zeyi Xu <mitchell.xu2 at gmail.com>
Date: 2026-03-25 (Wed, 25 Mar 2026)
Changed paths:
M clang-tools-extra/clang-tidy/modernize/UseStdFormatCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
A clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-macro.cpp
Log Message:
-----------
[clang-tidy] Add missing #include insertion in macros for modernize-use-std-format (#188247)
Added missing ``#include`` insertion when the format function call
appears as an argument to a macro.
Part of #175183
---------
Co-authored-by: Victor Chernyakin <chernyakin.victor.j at outlook.com>
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list