[clang][dataflow] Avoid MaxIterations overflow
unsigned is technically guaranteed to be only 16 bits in which case 1 << 16 would wrap around to zero. Differential Revision: https://reviews.llvm.org/D117938
Loading
Please sign in to comment
unsigned is technically guaranteed to be only 16 bits in which case 1 << 16 would wrap around to zero. Differential Revision: https://reviews.llvm.org/D117938