[all-commits] [llvm/llvm-project] a22638: [clang-tools-extra] Replace LLVM_ATTRIBUTE_UNUSED ...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Oct 17 07:27:42 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a2263812ed120960d5287a149b352b0b6905ef8c
      https://github.com/llvm/llvm-project/commit/a2263812ed120960d5287a149b352b0b6905ef8c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-10-17 (Fri, 17 Oct 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/Generators.cpp
    M clang-tools-extra/clang-tidy/ClangTidyForceLinker.h
    M clang-tools-extra/clangd/FindTarget.cpp
    M clang-tools-extra/clangd/unittests/FileDistanceTests.cpp
    M clang-tools-extra/clangd/unittests/QualityTests.cpp
    M clang-tools-extra/clangd/unittests/URITests.cpp

  Log Message:
  -----------
  [clang-tools-extra] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163915)

This patch replaces LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]],
introduced as part of C++17.



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