[PATCH] D112336: [Serialization] Fix a uniqueness check

2021-10-27 Thread Aaron Ballman via Phabricator via cfe-commits
aaron.ballman added a comment. This looks like a sensible change to me, but it is missing test coverage. Can you add a test that demonstrates what this fixes? Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D112336/new/ https://reviews.llvm.org/D1123

[PATCH] D112336: [Serialization] Fix a uniqueness check

2021-10-22 Thread Kazu Hirata via Phabricator via cfe-commits
kazu created this revision. kazu added a reviewer: rsmith. kazu requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. The function is intended to maintain uniqueness of two sets -- Found and Data. Now, we can reach the for loop shown in the patc