[all-commits] [llvm/llvm-project] 402bae: [modularize] Use std::tie to implement operator< (...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Jun 28 13:04:22 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 402baea0a9ff7894565449e41f700c4e6a3f99cb
https://github.com/llvm/llvm-project/commit/402baea0a9ff7894565449e41f700c4e6a3f99cb
Author: Kazu Hirata <kazu at google.com>
Date: 2025-06-28 (Sat, 28 Jun 2025)
Changed paths:
M clang-tools-extra/modularize/Modularize.cpp
Log Message:
-----------
[modularize] Use std::tie to implement operator< (NFC) (#146220)
std::tie clearly expresses the intent while slightly shortening the
code.
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