[all-commits] [llvm/llvm-project] 367e6f: [NFC] Use unique_ptr in SparseSet
Akshat Oke via All-commits
all-commits at lists.llvm.org
Fri Nov 22 03:22:29 PST 2024
Branch: refs/heads/users/Akshat-Oke/11-18-_nfc_use_unique_ptr_in_sparseset
Home: https://github.com/llvm/llvm-project
Commit: 367e6fbb6c5ba45723cd9afe3dbaeaced84d0c6b
https://github.com/llvm/llvm-project/commit/367e6fbb6c5ba45723cd9afe3dbaeaced84d0c6b
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M llvm/include/llvm/ADT/SparseSet.h
Log Message:
-----------
[NFC] Use unique_ptr in SparseSet
This allows implementing the move constructor.
Commit: 175470ec484e1fdff8b2c2eda7b6b84c6787b05a
https://github.com/llvm/llvm-project/commit/175470ec484e1fdff8b2c2eda7b6b84c6787b05a
Author: Akshat Oke <Akshat.Oke at amd.com>
Date: 2024-11-22 (Fri, 22 Nov 2024)
Changed paths:
M llvm/include/llvm/ADT/SparseSet.h
M llvm/unittests/ADT/SparseSetTest.cpp
Log Message:
-----------
Use SparseT[] and add test
Compare: https://github.com/llvm/llvm-project/compare/a1eb74abec20...175470ec484e
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