[PATCH] D141625: [DeclContext] Sort the Decls before adding into DeclContext
Steven Wu via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 17 11:25:32 PST 2023
steven_wu added a comment.
In D141625#4059540 <https://reviews.llvm.org/D141625#4059540>, @tschuett wrote:
> EXPANSIVE_CHECKS will reshuffle the llvm::sort input: https://lists.llvm.org/pipermail/llvm-dev/2018-April/122576.html
This is a slightly different concern. The problem to catch is iterating over a SmallPtrSet, not identical sort key.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141625/new/
https://reviews.llvm.org/D141625
More information about the cfe-commits
mailing list