Unverified Commit f7e0aae7 authored by Volodymyr Sapsai's avatar Volodymyr Sapsai
Browse files

[ODRHash] Stop hashing `ObjCMethodDecl::isPropertyAccessor` as it doesn't...

[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
parent 18530e5d
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment