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