<div style="font-family:arial,helvetica,sans-serif;font-size:10pt">Hi,<div><br></div><div>This tiny patch replaces MicrosoftCXXNameMangler::mangleIntegerLiteral QualType parameter with IsBoolean flag, as integer literal mangling does not actually depend on exact type of the literal. This will simplify calling mangleIntegerLiteral when literal type is not known, for example, when sizes or offsets are mangled as integer literals.</div>

<div><br></div><div>Also, call mangleNumber instead of directly printing mangled values of 0/1, to avoid this knowledge from being in multiple places.</div><div><br></div><div>wbr,</div><div>Evgeny</div><div><br></div></div>