"vscode:/vscode.git/clone" did not exist on "9f4849b3a46e653423f4c176b43c9c703ab54f1e"
Fix undefined behavior for right-shift(#531)
The result of a right-shift of a signed negative number is implementation-dependent. cf. https://msdn.microsoft.com/en-us//library/336xbhcz.aspx Fix #519 Fix #521
Showing
Please register or sign in to comment