Unverified Commit 18530e5d authored by Volodymyr Sapsai's avatar Volodymyr Sapsai
Browse files

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

[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
parent 9c4aa85e
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