Skip to content

fix #407 add support for u/U suffix in integer constants

Bitbucket Importer requested to merge bitbucket/merged-pr-98 into branch/default

Created originally on Bitbucket by Sauci (Guillaume Sottas)

Was already merged in Bitbucket before import, marked as merged by the import user

Source changeset not longer availableat the time of import. Commit listwill look empty

this pull request prevent the parser from crashing when parsing unsigned hexadecimal values in the form 0xABu, or 0xCDU.

Merge request reports