|
23 | 23 | ; CHECK-SAME: DW_APPLE_PROPERTY_getter, DW_APPLE_PROPERTY_assign, DW_APPLE_PROPERTY_readwrite, |
24 | 24 | ; CHECK-SAME: DW_APPLE_PROPERTY_atomic, DW_APPLE_PROPERTY_unsafe_unretained |
25 | 25 | ; |
| 26 | +; FIXME: this should have a DW_AT_APPLE_property_setter tag |
26 | 27 | ; CHECK: DW_TAG_APPLE_property |
27 | 28 | ; CHECK: DW_AT_APPLE_property_name ("customSetterProp") |
28 | | -; CHECK: DW_AT_APPLE_property_setter ("customSetter:") |
| 29 | +; CHECK: DW_AT_APPLE_property_getter ("customSetter:") |
29 | 30 | ; CHECK: DW_AT_APPLE_property_attribute |
30 | 31 | ; CHECK-SAME: DW_APPLE_PROPERTY_assign, DW_APPLE_PROPERTY_readwrite, |
31 | 32 | ; CHECK-SAME: DW_APPLE_PROPERTY_setter, DW_APPLE_PROPERTY_atomic, DW_APPLE_PROPERTY_unsafe_unretained |
32 | 33 | ; |
| 34 | +; FIXME: the DW_AT_APPLE_property_(getter|setter) values are inverted |
33 | 35 | ; CHECK: DW_TAG_APPLE_property |
34 | 36 | ; CHECK: DW_AT_APPLE_property_name ("customAccessorsProp") |
35 | | -; CHECK: DW_AT_APPLE_property_getter ("customGetter") |
36 | | -; CHECK: DW_AT_APPLE_property_setter ("customSetter:") |
| 37 | +; CHECK: DW_AT_APPLE_property_getter ("customSetter:") |
| 38 | +; CHECK: DW_AT_APPLE_property_setter ("customGetter") |
37 | 39 | ; CHECK: DW_AT_APPLE_property_attribute |
38 | 40 | ; CHECK-SAME: DW_APPLE_PROPERTY_getter, DW_APPLE_PROPERTY_assign, DW_APPLE_PROPERTY_readwrite, |
39 | 41 | ; CHECK-SAME: DW_APPLE_PROPERTY_setter, DW_APPLE_PROPERTY_atomic, DW_APPLE_PROPERTY_unsafe_unretained |
|
0 commit comments