[PATCH] D130130: [clang-tidy] Add an IgnoreMacros option to readability-avoid-const-params-in-decls
Yitzhak Mandelbaum via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 30 05:39:38 PDT 2022
ymandel accepted this revision.
ymandel added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:108-111
+- The :doc:`readability-avoid-const-params-in-decls
+ <clang-tidy/checks/readability-avoid-const-params-in-decls>` check does not
+ warn about const value parameters in declarations inside macros anymore by
+ default.
----------------
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130130/new/
https://reviews.llvm.org/D130130
More information about the cfe-commits
mailing list