[cfe-commits] [Patch][Review] PR13329 - Incorrect code generated for automatic assignment operator

Jonathan Sauer jonathan.sauer at gmx.de
Wed Aug 15 08:23:45 PDT 2012


Hello,

> 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 :-)


CU,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: PR13329E.patch
Type: application/octet-stream
Size: 5847 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20120815/35614337/attachment.obj>
-------------- next part --------------




More information about the cfe-commits mailing list