[cfe-commits] [Patch][Review] PR13329 - Incorrect code generated for automatic assignment operator
Jonathan Sauer
jonathan.sauer at gmx.de
Mon Aug 20 07:07:21 PDT 2012
Ping? (CC-ing John as he gave the ok to commit)
>> Sorry for only noticing it now, but I think the check lines are wrong.
>> Instead of
>>
>> // CHECK OBJ: {{call.*_ZN1AaSERS_}}
>>
>> You should have
>>
>> // CHECK-OBJ: {{call.*_ZN1AaSERS_}}
>
> I think it still worked as intended because the prefix was just "OBJ", so the "CHECK" was ignored.
> But it's obfuscating so I corrected it. New patch attached, please commit :-)
More information about the cfe-commits
mailing list