[PATCH] D37400: [StaticAnalyzer] Fix failures due to the iteration order of ExplodedNode
Anna Zaks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 6 15:34:28 PDT 2017
zaks.anna added a comment.
Thanks for addressing the non-determinism!!!
The ExplodedNodeSet is predominantly used to hold very small sets and it is used quite a bit in the analyzer. Maybe we could we use SmallSetVector here instead?
https://reviews.llvm.org/D37400
More information about the cfe-commits
mailing list