[all-commits] [llvm/llvm-project] a624d9: [orc-rt] Remove redundant [[nodiscard]] from runFi...

Lang Hames via All-commits all-commits at lists.llvm.org
Mon Jul 13 05:47:44 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a624d9999cf1ac83aa1fe0820c9311de8106175e
      https://github.com/llvm/llvm-project/commit/a624d9999cf1ac83aa1fe0820c9311de8106175e
  Author: Lang Hames <lhames at gmail.com>
  Date:   2026-07-13 (Mon, 13 Jul 2026)

  Changed paths:
    M orc-rt/include/orc-rt/AllocAction.h

  Log Message:
  -----------
  [orc-rt] Remove redundant [[nodiscard]] from runFinalizeActions. NFC. (#209163)

runFinalizeActions returns an Expected, which already carries a
nodiscard attribute.



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