[all-commits] [llvm/llvm-project] 03692a: [memprof] Use a lambda instead of std::bind (NFC) ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Thu Jun 19 13:18:08 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 03692aa40487d0f4090d329ca2904fb888242c94
https://github.com/llvm/llvm-project/commit/03692aa40487d0f4090d329ca2904fb888242c94
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-19 (Thu, 19 Jun 2025)
Changed paths:
M llvm/include/llvm/ProfileData/MemProfReader.h
Log Message:
-----------
[memprof] Use a lambda instead of std::bind (NFC) (#144940)
A lambda is a lot shorter than std::bind here.
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