We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent defc2b9 commit b82637bCopy full SHA for b82637b
1 file changed
lib/astutils.cpp
@@ -48,7 +48,7 @@
48
#include <unordered_map>
49
#include <utility>
50
51
-#define INTEGER_SHIFT_LIMIT (sizeof(int) * 8 - 1) // The number of bits, where a left shift cannot be guaranteed to be within int range.
+#define INTEGER_SHIFT_LIMIT ((sizeof(int) * 8) - 1) // The number of bits, where a left shift cannot be guaranteed to be within int range.
52
53
const Token* findExpression(const nonneg int exprid,
54
const Token* start,
0 commit comments