We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed8a85 commit 5c8d5eeCopy full SHA for 5c8d5ee
javascript/ql/src/Expressions/BitwiseSignCheck.ql
@@ -17,6 +17,7 @@ import javascript
17
*
18
* For example, projecting out constant bit patterns less than 2<sup>31</sup>
19
* is safe, as are shifts by small constant integers.
20
+ * Dummy change
21
*/
22
predicate acceptableSignCheck(BitwiseExpr b) {
23
// projecting out constant bit patterns not containing the sign bit is fine
0 commit comments