[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 08:00:29 PST 2015


danielmarjamaki marked 3 inline comments as done.
danielmarjamaki added a comment.

In http://reviews.llvm.org/D15332#305976, @alexfh wrote:

> Please add tests with templates and macros. Please also run this on LLVM/Clang to ensure a) it doesn't crash; b) the number of warnings is sane; c) a representative sample of warnings doesn't contain false positives.


I am running clang-tidy on LLVM/Clang right now. I expect that it will take several hours.

I expect that I will get false positives when there are templates and I will add corresponding test cases.


http://reviews.llvm.org/D15332





More information about the cfe-commits mailing list