[all-commits] [llvm/llvm-project] 1f228e: [clang-tidy] Fix hicpp-named-paramater

Nathan James via All-commits all-commits at lists.llvm.org
Mon Jun 29 07:28:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 1f228e572da238c656958bf7f85b371d773eb588
      https://github.com/llvm/llvm-project/commit/1f228e572da238c656958bf7f85b371d773eb588
  Author: Nathan James <n.james93 at hotmail.co.uk>
  Date:   2020-06-29 (Mon, 29 Jun 2020)

  Changed paths:
    M clang-tools-extra/clang-tidy/hicpp/HICPPTidyModule.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list