[all-commits] [llvm/llvm-project] 753a21: [ImmutableSet] Use IntrusiveRefCntPtr to eliminate...

Benjamin Kramer via All-commits all-commits at lists.llvm.org
Thu May 21 10:14:45 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 753a21928413f8a7e76978cb1354e09150e114e0
      https://github.com/llvm/llvm-project/commit/753a21928413f8a7e76978cb1354e09150e114e0
  Author: Benjamin Kramer <benny.kra at googlemail.com>
  Date:   2020-05-21 (Thu, 21 May 2020)

  Changed paths:
    M llvm/include/llvm/ADT/ImmutableMap.h
    M llvm/include/llvm/ADT/ImmutableSet.h

  Log Message:
  -----------
  [ImmutableSet] Use IntrusiveRefCntPtr to eliminate some manual refcounting

Still not ideal as the refcounting leaks to users, but better than
before. NFCI.




More information about the All-commits mailing list