[all-commits] [llvm/llvm-project] 54beb5: [ADT] Add derived() to DenseMapBase (NFC) (#160977)

Kazu Hirata via All-commits all-commits at lists.llvm.org
Sat Sep 27 09:05:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 54beb58ae6a6e93a9da2e1cf219e2f37df535084
      https://github.com/llvm/llvm-project/commit/54beb58ae6a6e93a9da2e1cf219e2f37df535084
  Author: Kazu Hirata <kazu at google.com>
  Date:   2025-09-27 (Sat, 27 Sep 2025)

  Changed paths:
    M llvm/include/llvm/ADT/DenseMap.h

  Log Message:
  -----------
  [ADT] Add derived() to DenseMapBase (NFC) (#160977)

This patch adds derived() to obtain the CRTP derived class, following
conventions in other classes.  This makes forwarder functions a little
more readable.



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