2 Commits

Author SHA1 Message Date
Volodymyr Sapsai
f7e0aae728
[ODRHash] Stop hashing ObjCMethodDecl::isPropertyAccessor as it doesn't capture inherent method quality.
`isPropertyAccessor` depends on the surrounding code and not on the method
itself. That's why it can be different in different modules. And
mismatches shouldn't be an error.

rdar://109481753

Differential Revision: https://reviews.llvm.org/D154460
2023-07-05 18:04:50 -07:00
Volodymyr Sapsai
18530e5d07
[ODRHash] Stop hashing ObjCMethodDecl::isOverriding as it doesn't capture inherent method quality.
`isOverriding` depends on the surrounding code and not on the method
itself. That's why it can be different in different modules. And
mismatches shouldn't be an error.

rdar://109481753

Differential Revision: https://reviews.llvm.org/D154459
2023-07-05 18:04:32 -07:00