We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c5f1ee + 61f4731 commit a2f9b66Copy full SHA for a2f9b66
utils/analyze_code_size.py
@@ -87,8 +87,10 @@ def __init__(self):
87
self.category_matching = [
88
['Objective-C function', re.compile(r'.*[+-]\[')],
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')],
+ ['Generic specialization of stdlib',
+ re.compile(r'.*generic specialization.* of Swift\.')],
92
+ ['Generic specialization',
93
+ re.compile(r'.*generic specialization')],
94
['Merged function', re.compile(r'merged ')],
95
['Key path', re.compile(r'key path')],
96
['Function signature specialization',
0 commit comments