[all-commits] [llvm/llvm-project] 42dfaa: [clang-tidy] add depercation warning for non-white...
Congcong Cai via All-commits
all-commits at lists.llvm.org
Mon Dec 30 06:36:08 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 42dfaa15a60cea6cd75a2efb419aa2c206d2a127
https://github.com/llvm/llvm-project/commit/42dfaa15a60cea6cd75a2efb419aa2c206d2a127
Author: Congcong Cai <congcongcai0907 at 163.com>
Date: 2024-12-30 (Mon, 30 Dec 2024)
Changed paths:
M clang-tools-extra/clang-tidy/ClangTidyCheck.cpp
M clang-tools-extra/docs/ReleaseNotes.rst
M clang-tools-extra/test/clang-tidy/checkers/modernize/use-std-format-fmt.cpp
A clang-tools-extra/test/clang-tidy/infrastructure/deprecation-global-option.cpp
Log Message:
-----------
[clang-tidy] add depercation warning for non-whitelisted global options (#121057)
We plan to depercate `StrictMode` and `IgnoreMacros` global options
after 2 major versions and support local options only for them.
This patch introduces the depercation warning.
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