OSDN Git Service

[clang-tidy] Fix hicpp-named-paramater
authorNathan James <n.james93@hotmail.co.uk>
Mon, 29 Jun 2020 14:28:07 +0000 (15:28 +0100)
committerNathan James <n.james93@hotmail.co.uk>
Mon, 29 Jun 2020 14:28:09 +0000 (15:28 +0100)
commit1f228e572da238c656958bf7f85b371d773eb588
tree65fa99b72b7e0df1619360632b950488f00227fc
parentfefa34faf551d10967cf2547003f2dd1b2efa887
[clang-tidy] Fix hicpp-named-paramater

Currently this alias instantiates the readability-identifier-naming check, just swap it out to use the readability-named-paramater check.

Reviewed By: aaron.ballman

Differential Revision: https://reviews.llvm.org/D82711
clang-tools-extra/clang-tidy/hicpp/HICPPTidyModule.cpp