We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 413aaf1 commit 28d5f79Copy full SHA for 28d5f79
clang/lib/AST/Interp/IntegralAP.h
@@ -61,7 +61,7 @@ template <bool Signed> class IntegralAP final {
61
62
IntegralAP(APInt V) : V(V) {}
63
/// Arbitrary value for uninitialized variables.
64
- IntegralAP() : IntegralAP(-1, 1024) {}
+ IntegralAP() : IntegralAP(-1, 3) {}
65
66
IntegralAP operator-() const { return IntegralAP(-V); }
67
IntegralAP operator-(const IntegralAP &Other) const {
0 commit comments