File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -87,11 +87,12 @@ def __init__(self):
87
87
self .category_matching = [
88
88
['Objective-C function' , re .compile (r'.*[+-]\[' )],
89
89
['C++' , re .compile (r'_+swift' )],
90
+ ['Generic specialization of stdlib' , re .compile (r'.*generic specialization.* of Swift\.' )],
91
+ ['Generic specialization' , re .compile (r'.*generic specialization' )],
90
92
['Merged function' , re .compile (r'merged ' )],
91
93
['Key path' , re .compile (r'key path' )],
92
94
['Function signature specialization' ,
93
95
re .compile (r'function signature specialization' )],
94
- ['Generic specialization' , re .compile (r'generic specialization' )],
95
96
['Reabstraction thunk helper' ,
96
97
re .compile (r'reabstraction thunk helper' )],
97
98
['vtable thunk' , re .compile (r'vtable thunk for' )],
You can’t perform that action at this time.
0 commit comments