[all-commits] [llvm/llvm-project] e6fcf3: [clang-tidy] Remove unused variable (NFC)

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Mon Oct 28 03:29:56 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e6fcf349eff5be326e1923567646edf99f69d297
      https://github.com/llvm/llvm-project/commit/e6fcf349eff5be326e1923567646edf99f69d297
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2024-10-28 (Mon, 28 Oct 2024)

  Changed paths:
    M clang-tools-extra/clang-tidy/bugprone/NondeterministicPointerIterationOrderCheck.cpp

  Log Message:
  -----------
  [clang-tidy] Remove unused variable (NFC)

/llvm-project/clang-tools-extra/clang-tidy/bugprone/NondeterministicPointerIterationOrderCheck.cpp:60:29:
error: unused variable 'AlgoName' [-Werror,-Wunused-variable]
      const llvm::StringRef AlgoName = ClassTemplate->getName();
                            ^
1 error generated.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list