[all-commits] [llvm/llvm-project] 563ea2: [clang-tools-extra] Remove redundant declarations ...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Fri Nov 7 07:58:54 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 563ea299329a9f3fb22cb8b49880cbe70b198cdf
      https://github.com/llvm/llvm-project/commit/563ea299329a9f3fb22cb8b49880cbe70b198cdf
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-11-07 (Fri, 07 Nov 2025)

  Changed paths:
    M clang-tools-extra/clang-doc/BitcodeWriter.cpp
    M clang-tools-extra/clangd/ClangdLSPServer.cpp
    M clang-tools-extra/clangd/FileDistance.cpp
    M clang-tools-extra/clangd/FuzzyMatch.cpp
    M clang-tools-extra/clangd/index/SymbolLocation.cpp

  Log Message:
  -----------
  [clang-tools-extra] Remove redundant declarations (NFC) (#166894)

In C++17, static constexpr members are implicitly inline, so they no
longer require an out-of-line definition.

Identified with readability-redundant-declaration.



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