Make StmtSet a list.
With a deque (or any other sequential container) it is not sound to take the address of the elements when the container is still under construction. With a pointer based container this is save. llvm-svn: 244459
Loading
Please register or sign in to comment