Commits

IngmarStein committed 48079e7f257
[ClangImporter] fix crash when importing macros with bitwise operators Fix an assertion which is triggered when the operands of a bitwise operator have different signedness. This is done by promoting the operands to the largest bit width (taking sign/zero extension into account) and ignoring the signedness for the operation itself.