[PATCH] D15332: new clang-tidy checker readability-non-const-parameter

Daniel Marjamäki via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 9 06:38:37 PST 2015


danielmarjamaki updated this revision to Diff 42292.
danielmarjamaki added a comment.

I have tried to fix the comments.

This patch is mostly untested. I have only run 'make check-all'. I am running more tests right now.


http://reviews.llvm.org/D15332

Files:
  clang-tidy/readability/CMakeLists.txt
  clang-tidy/readability/NonConstParameterCheck.cpp
  clang-tidy/readability/NonConstParameterCheck.h
  clang-tidy/readability/ReadabilityTidyModule.cpp
  docs/clang-tidy/checks/list.rst
  docs/clang-tidy/checks/readability-non-const-parameter.rst
  test/clang-tidy/readability-non-const-parameter.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15332.42292.patch
Type: text/x-patch
Size: 16896 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151209/34a0a9bf/attachment-0001.bin>


More information about the cfe-commits mailing list