[PATCH] D37400: [StaticAnalyzer] Fix failures due to the iteration order of ExplodedNode
Mandeep Singh Grang via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Sep 1 14:21:05 PDT 2017
mgrang added a comment.
The thing I am concerned with here is whether changing SmallPtrSet to a SetVector can potentially slow down the Static Analyzer? ExplodedNode seem to be used heavily in the analyzer and I can see it being iterated upon in several places.
https://reviews.llvm.org/D37400
More information about the cfe-commits
mailing list