| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [clang-tidy] readability-non-const-parameter fixes should update all ↵ | Alexander Kornienko | 2017-11-27 | 1 | -2/+11 |
| | | | | | | | | | declarations Fixes http://llvm.org/PR34410. llvm-svn: 319021 | ||||
| * | [clang-tidy] readability-non-const-parameter: add new check that warns when ↵ | Daniel Marjamaki | 2016-08-23 | 1 | -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 | |||||

