[all-commits] [llvm/llvm-project] 3ebc93: [ADT] Simplify control flow in ImmutableSet (NFC) ...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sun Oct 26 08:20:34 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3ebc935c24a352d5b82a65b9f1ef66661311056d
https://github.com/llvm/llvm-project/commit/3ebc935c24a352d5b82a65b9f1ef66661311056d
Author: Kazu Hirata <kazu at google.com>
Date: 2025-10-26 (Sun, 26 Oct 2025)
Changed paths:
M llvm/include/llvm/ADT/ImmutableSet.h
Log Message:
-----------
[ADT] Simplify control flow in ImmutableSet (NFC) (#165133)
A conventional "if" statement is easier to read than the
do-while(false) pattern used 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