[all-commits] [llvm/llvm-project] a34532: [clang-tidy] Fix readability-avoid-const-params-in...
Nathan James via All-commits
all-commits at lists.llvm.org
Wed Feb 24 07:54:34 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a34532c330f61c35612bb0c4b753979307020608
https://github.com/llvm/llvm-project/commit/a34532c330f61c35612bb0c4b753979307020608
Author: Nathan James <n.james93 at hotmail.co.uk>
Date: 2021-02-24 (Wed, 24 Feb 2021)
Changed paths:
M clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.cpp
M clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp
Log Message:
-----------
[clang-tidy] Fix readability-avoid-const-params-in-decls removing const in template paramaters
Fixes https://bugs.llvm.org/show_bug.cgi?id=38035
Reviewed By: aaron.ballman
Differential Revision: https://reviews.llvm.org/D96209
More information about the All-commits
mailing list