[all-commits] [llvm/llvm-project] cd8f47: [orc-rt] Hoist std::decay_t out of helper class.

Lang Hames via All-commits all-commits at lists.llvm.org
Tue Sep 9 19:30:10 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cd8f47b2d4ed0d28a47b5ab1943e7d8ae23784dc
      https://github.com/llvm/llvm-project/commit/cd8f47b2d4ed0d28a47b5ab1943e7d8ae23784dc
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-09-10 (Wed, 10 Sep 2025)

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

  Log Message:
  -----------
  [orc-rt] Hoist std::decay_t out of helper class.

The helper implementation shouldn't differ based on how it's initialized.


  Commit: c71318a9bf168d30bf3ccd59eaa826e93b283d4b
      https://github.com/llvm/llvm-project/commit/c71318a9bf168d30bf3ccd59eaa826e93b283d4b
  Author: Lang Hames <lhames at gmail.com>
  Date:   2025-09-10 (Wed, 10 Sep 2025)

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

  Log Message:
  -----------
  [orc-rt] Rename helper class. NFC.

This commit is cleanup in preparation for adding const support to
orc_rt::move_only_function.


Compare: https://github.com/llvm/llvm-project/compare/45405f3732f9...c71318a9bf16

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