mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[gardening][SIL] Replace typedef with using
This commit is contained in:
@@ -145,7 +145,7 @@ namespace llvm {
|
||||
template <>
|
||||
struct ilist_traits<::swift::SILCoverageMap>
|
||||
: public ilist_default_traits<::swift::SILCoverageMap> {
|
||||
typedef ::swift::SILCoverageMap SILCoverageMap;
|
||||
using SILCoverageMap = ::swift::SILCoverageMap;
|
||||
|
||||
public:
|
||||
static void deleteNode(SILCoverageMap *VT) { VT->~SILCoverageMap(); }
|
||||
|
||||
Reference in New Issue
Block a user