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

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 9 07:43:31 PST 2015


alexfh added a comment.

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.


http://reviews.llvm.org/D15332





More information about the cfe-commits mailing list