[PATCH] D116488: Add a misc-unused-parameters.CommentOutUnusedParameters to clang-tidy
Jacques Pienaar via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Jan 2 16:16:08 PST 2022
jpienaar added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/misc-unused-parameters.rst:25
+
+ void a(int ) { /*some code that doesn't use `i`*/ }
+
----------------
OOC why the extra space after the type?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116488/new/
https://reviews.llvm.org/D116488
More information about the cfe-commits
mailing list