[all-commits] [llvm/llvm-project] 6c2eca: [clang-tidy] Simplify inefficient algorithm check

Stephen Kelly via All-commits all-commits at lists.llvm.org
Wed Feb 17 02:20:26 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6c2eca96a2a59f69889a9d4133a819ab2e4fa1ef
      https://github.com/llvm/llvm-project/commit/6c2eca96a2a59f69889a9d4133a819ab2e4fa1ef
  Author: Stephen Kelly <steveire at gmail.com>
  Date:   2021-02-17 (Wed, 17 Feb 2021)

  Changed paths:
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
    M clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h
    M clang-tools-extra/test/clang-tidy/checkers/performance-inefficient-algorithm.cpp

  Log Message:
  -----------
  [clang-tidy] Simplify inefficient algorithm check

The normalization of matchers means that this now works in all language
modes.

Differential Revision: https://reviews.llvm.org/D96140




More information about the All-commits mailing list