This is an archive of the discontinued LLVM Phabricator instance.

Stop swapping operands of DIObjCProperty (PR37120)
Needs ReviewPublic

Authored by pxb1988 on May 24 2018, 4:03 AM.

Details

Reviewers
pcc
Summary

The getterName and setterName operands of DIObjCProperty were swapped
during serialization/deserialization. after apply the patch,
Getter is always before Setter

Diff Detail

Event Timeline

pxb1988 created this revision.May 24 2018, 4:03 AM

this patch is from

https://bugs.llvm.org/show_bug.cgi?id=37120

with a little change: the order of Getter and Setter is kept same in source code and bitcode

pxb1988 added a reviewer: pcc.May 24 2018, 4:24 AM