File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
docs/codeql/ql-language-reference Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -1774,6 +1774,8 @@ The following built-in predicates are members of type ``int``:
1774
1774
+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1775
1775
| ``toString `` | string | | The result is the decimal representation of the number as a string. |
1776
1776
+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1777
+ | ``toUnicode `` | string | | The result is the unicode character for the receiver seen as a unicode code point. |
1778
+ +-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1777
1779
1778
1780
The leftmost bit after ``bitShiftRightSigned `` depends on sign extension, whereas after ``bitShiftRight `` it is zero.
1779
1781
You can’t perform that action at this time.
0 commit comments