[all-commits] [llvm/llvm-project] 006aaf: [ORC] Replace some KV loop variables with structur...

Lang Hames via All-commits all-commits at lists.llvm.org
Sun Apr 7 22:31:11 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 006aaf32258fc27656c936f6aad729e4c77e3847
      https://github.com/llvm/llvm-project/commit/006aaf32258fc27656c936f6aad729e4c77e3847
  Author: Lang Hames <lhames at gmail.com>
  Date:   2024-04-07 (Sun, 07 Apr 2024)

  Changed paths:
    M llvm/lib/ExecutionEngine/Orc/Core.cpp

  Log Message:
  -----------
  [ORC] Replace some KV loop variables with structured bindings.

This allows us to remove a lot of boilerplate .first and .second references
and improve readability.

Coding my way home: 1.58814S, 91.93889W



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