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``:
17741774+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
17751775| ``toString `` | string | | The result is the decimal representation of the number as a string. |
17761776+-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
1777+ | ``toUnicode `` | string | | The result is the unicode character for the receiver seen as a unicode code point. |
1778+ +-------------------------+-------------+----------------+----------------------------------------------------------------------------------------------------------------+
17771779
17781780The leftmost bit after ``bitShiftRightSigned `` depends on sign extension, whereas after ``bitShiftRight `` it is zero.
17791781
You can’t perform that action at this time.
0 commit comments