[all-commits] [llvm/llvm-project] 3cfc73: [ADT][NFC] Clang-format DenseMap and DenseSet (#10...
Marc Auberer via All-commits
all-commits at lists.llvm.org
Wed Sep 11 09:04:59 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3cfc733c96e67aa7444fd9af4c56c8b8010e6c8f
https://github.com/llvm/llvm-project/commit/3cfc733c96e67aa7444fd9af4c56c8b8010e6c8f
Author: Marc Auberer <marc.auberer at chillibits.com>
Date: 2024-09-11 (Wed, 11 Sep 2024)
Changed paths:
M llvm/include/llvm/ADT/DenseMap.h
M llvm/include/llvm/ADT/DenseSet.h
Log Message:
-----------
[ADT][NFC] Clang-format DenseMap and DenseSet (#108162)
This is a preparation for upcoming changes to Dense[Map|Set] regarding
hardening against OOM scenarios (see [this
RFC](https://discourse.llvm.org/t/rfc-malfunction-safe-densemap-denseset/81036/7)).
We have changed a lot of code inside Dense[Map|Set] and this preparation
change helps to isolate the relevant parts from pure formatting stuff.
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