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.
ExprVisitor
1 parent a6b1806 commit 75f30a8Copy full SHA for 75f30a8
swift/codegen/lib/cpp.py
@@ -16,7 +16,7 @@
16
"xor", "xor_eq"}
17
18
_field_overrides = [
19
- (re.compile(r"(start|end)_(line|column)|index|width|num_.*"), {"type": "unsigned"}),
+ (re.compile(r"(start|end)_(line|column)|(.*_)?index|width|num_.*"), {"type": "unsigned"}),
20
(re.compile(r"(.*)_"), lambda m: {"field_name": m[1]}),
21
]
22
0 commit comments