The getterName and setterName operands of DIObjCProperty were swapped
during serialization/deserialization. after apply the patch,
Getter is always before Setter
Details
Details
- Reviewers
pcc
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 18553 Build 18553: arc lint + arc unit
Event Timeline
Comment Actions
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