[all-commits] [llvm/llvm-project] 7f3530: [orc-rt] Replace ORC_RT_NODISCARD with [[nodiscard...

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


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

  Changed paths:
    M orc-rt/include/orc-rt/Compiler.h
    M orc-rt/include/orc-rt/Error.h

  Log Message:
  -----------
  [orc-rt] Replace ORC_RT_NODISCARD with [[nodiscard]]. NFCI. (#209169)

The ORC runtime requires C++17, so we can use the C++17 [[nodiscard]]
attribute directly, rather than going through a macro.



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