This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG898d61b3cff5: ARCMigrate: Migrate ObjCMT.cpp over to
FileEntryRef (authored by dexonsmith).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAS
jansvoboda11 accepted this revision.
jansvoboda11 added a comment.
This revision is now accepted and ready to land.
LGTM.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92678/new/
https://reviews.llvm.org/D92678
dexonsmith added a comment.
The prep commits are:
- https://reviews.llvm.org/D92627 (add hashing support for FileEntryRef)
- https://reviews.llvm.org/D92630 (use hash_combine in DenseMapInfo EditEntry)
- https://reviews.llvm.org/D92676 (hash_value for Optional)
Repository:
rG LLVM Github Mono
dexonsmith created this revision.
dexonsmith added reviewers: arphaman, JDevlieghere, jansvoboda11.
Herald added a subscriber: ributzka.
dexonsmith requested review of this revision.
Herald added a project: clang.
Migrate ObjCMT.cpp from using `const FileEntry*` to `FileEntryRef`. This
is one of t