[all-commits] [llvm/llvm-project] 7db634: [CodeGen] Remove redundant declarations (NFC) (#16...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sun Nov 2 22:43:02 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7db63441703b60324c697b10f6607cc9e611b91c
      https://github.com/llvm/llvm-project/commit/7db63441703b60324c697b10f6607cc9e611b91c
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-11-02 (Sun, 02 Nov 2025)

  Changed paths:
    M llvm/lib/CodeGen/AsmPrinter/AccelTable.cpp

  Log Message:
  -----------
  [CodeGen] Remove redundant declarations (NFC) (#166105)

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