[clang-tidy] Fix readability-avoid-const-params-in-decls removing const in template...
authorNathan James <n.james93@hotmail.co.uk>
Wed, 24 Feb 2021 15:54:10 +0000 (15:54 +0000)
committerNathan James <n.james93@hotmail.co.uk>
Wed, 24 Feb 2021 15:54:10 +0000 (15:54 +0000)
commita34532c330f61c35612bb0c4b753979307020608
tree16de609b4b62a6cea486e142b0971a7f6445d9d3
parentce976d2db39fd20d9941ae84f977c88d380277ab
[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
clang-tools-extra/clang-tidy/readability/AvoidConstParamsInDecls.cpp
clang-tools-extra/test/clang-tidy/checkers/readability-avoid-const-params-in-decls.cpp