[PATCH] D46951: [clang-tidy] misc-unused-parameters - retain old behavior under StrictMode

Alexander Kornienko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed May 16 08:31:13 PDT 2018


alexfh created this revision.
alexfh added reviewers: klimek, ilya-biryukov.
Herald added a subscriber: xazax.hun.

This addresses https://bugs.llvm.org/show_bug.cgi?id=37467.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D46951

Files:
  clang-tidy/misc/UnusedParametersCheck.cpp
  clang-tidy/misc/UnusedParametersCheck.h
  docs/clang-tidy/checks/misc-unused-parameters.rst
  test/clang-tidy/misc-unused-parameters-strict.cpp
  test/clang-tidy/misc-unused-parameters.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46951.147100.patch
Type: text/x-patch
Size: 6213 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180516/2f0a6f3f/attachment-0001.bin>


More information about the cfe-commits mailing list