[all-commits] [llvm/llvm-project] 988355: [clang-tidy][NFC] Make abseil-redundant-strcat-cal...

Mike Crowe via All-commits all-commits at lists.llvm.org
Sat Mar 11 09:49:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 988355808efcf88719b0fa542779c47742756764
      https://github.com/llvm/llvm-project/commit/988355808efcf88719b0fa542779c47742756764
  Author: Mike Crowe <mac at mcrowe.com>
  Date:   2023-03-11 (Sat, 11 Mar 2023)

  Changed paths:
    M clang-tools-extra/test/clang-tidy/checkers/abseil/redundant-strcat-calls.cpp

  Log Message:
  -----------
  [clang-tidy][NFC] Make abseil-redundant-strcat-calls checker use <string> header

Remove duplication in abseil-redundant-strcat-calls check tests,
by using dummy <string> header file string.

Depends on D145310

Reviewed By: PiotrZSL

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




More information about the All-commits mailing list