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