[all-commits] [llvm/llvm-project] 3eacaa: [ADT] Refactor DenseMapIterator::operator-> (NFC) ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Sep 6 09:52:05 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3eacaa3d1073a28e719e7d57f5aeb4267c4d9235
https://github.com/llvm/llvm-project/commit/3eacaa3d1073a28e719e7d57f5aeb4267c4d9235
Author: Kazu Hirata <kazu at google.com>
Date: 2025-09-06 (Sat, 06 Sep 2025)
Changed paths:
M llvm/include/llvm/ADT/DenseMap.h
Log Message:
-----------
[ADT] Refactor DenseMapIterator::operator-> (NFC) (#157227)
This patchs implement DenseMapIterator::operator-> in terms of
operator* to reduce code duplication.
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