Skip to content

Commit 5c8d5ee

Browse files
committed
hack: dummy change to trigger qlucie
1 parent 7ed8a85 commit 5c8d5ee

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: javascript/ql/src/Expressions/BitwiseSignCheck.ql

+1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import javascript
1717
*
1818
* For example, projecting out constant bit patterns less than 2<sup>31</sup>
1919
* is safe, as are shifts by small constant integers.
20+
* Dummy change
2021
*/
2122
predicate acceptableSignCheck(BitwiseExpr b) {
2223
// projecting out constant bit patterns not containing the sign bit is fine

0 commit comments

Comments
 (0)