In case unsigned is only 16 bits wide MaxIterations wraps around and ends up being zero.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Analysis/FlowSensitive/TypeErasedDataflowAnalysis.cpp | ||
---|---|---|
213–214 | I would prefer something like uint32_t. long is scary stuff. |
I would prefer something like uint32_t. long is scary stuff.