[all-commits] [llvm/llvm-project] df6d5f: [Support] Use an inherited constructor in DOTGraph...
Kazu Hirata via All-commits
all-commits at lists.llvm.org
Sat Oct 18 10:17:35 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df6d5f207d853d18229159c1617de6cc92cf4dda
https://github.com/llvm/llvm-project/commit/df6d5f207d853d18229159c1617de6cc92cf4dda
Author: Kazu Hirata <kazu at google.com>
Date: 2025-10-18 (Sat, 18 Oct 2025)
Changed paths:
M llvm/include/llvm/Support/DOTGraphTraits.h
Log Message:
-----------
[Support] Use an inherited constructor in DOTGraphTraits (NFC) (#164056)
This patch simplifies DOTGraphTraits with an inherited constructor.
This way, we do not need to repeat the constructor signature or
manually forward constructor arguments.
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