[all-commits] [llvm/llvm-project] e0653b: [Support] Remove redundant declarations (NFC) (#16...

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


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

  Changed paths:
    M llvm/lib/Support/BranchProbability.cpp
    M llvm/unittests/Support/raw_ostream_proxy_test.cpp

  Log Message:
  -----------
  [Support] Remove redundant declarations (NFC) (#166106)

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