[all-commits] [llvm/llvm-project] b809d5: [ProfileData] Use lambdas instead of std::bind (NF...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Tue Jul 1 22:50:25 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b809d5e2ac8db8f1ec6e77cbc30fd5640426f82f
https://github.com/llvm/llvm-project/commit/b809d5e2ac8db8f1ec6e77cbc30fd5640426f82f
Author: Kazu Hirata <kazu at google.com>
Date: 2025-07-01 (Tue, 01 Jul 2025)
Changed paths:
M llvm/lib/ProfileData/InstrProf.cpp
Log Message:
-----------
[ProfileData] Use lambdas instead of std::bind (NFC) (#146625)
Lambdas are 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