summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-tidy/readability/NonConstParameterCheck.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [clang-tidy] readability-non-const-parameter fixes should update all ↵Alexander Kornienko2017-11-271-2/+11
| | | | | | | | declarations Fixes http://llvm.org/PR34410. llvm-svn: 319021
* [clang-tidy] readability-non-const-parameter: add new check that warns when ↵Daniel Marjamaki2016-08-231-0/+214
function parameters should be const The check will warn when the constness will make the function interface safer. Reviewers: alexfh Subscribers: cfe-commits Differential Revision: https://reviews.llvm.org/D15332 llvm-svn: 279507
OpenPOWER on IntegriCloud