___
>> From: David Blaikie
>> Sent: Sunday, March 22, 2020 03:32
>> To: Mikhail Maltsev; Mikhail Maltsev
>> Cc: cfe-commits
>> Subject: Re: [clang] 43606ef - Suppress an "unused variable" warning in
>> release build
>>
>> Does "is
CoprocNoAP.
>
> --
> Regards,
>Mikhail Maltsev
>
>
> From: David Blaikie
> Sent: Sunday, March 22, 2020 03:32
> To: Mikhail Maltsev; Mikhail Maltsev
> Cc: cfe-commits
> Subject: Re: [clang] 43606ef - Supp
"unused variable" warning in release
build
Does "isIntegerConstantExpr" have side effects that are desired/necessary?
Otherwise please change this to roll the isIntegerConstantExpr into the assert
(so that it is only executed when asserts are enabled)
On Tue, Mar 10, 2020 at 10:1
Does "isIntegerConstantExpr" have side effects that are desired/necessary?
Otherwise please change this to roll the isIntegerConstantExpr into the
assert (so that it is only executed when asserts are enabled)
On Tue, Mar 10, 2020 at 10:11 AM Mikhail Maltsev via cfe-commits <
cfe-commits@lists.llvm