[PATCH][Review request] AtomicExpr printed with extra comma

Joe Sprowes sprowes at silkan.com
Wed May 1 08:39:27 PDT 2013


Hi,

I am new to clang and want to get involved. Hopefully, someone will walk me through the process.

I found that atomic expressions were printed with an extra comma following the argument list:

For example:

__c11_atomic_init(&i, 0);

is printed as:

__c11_atomic_init(&i, 0, );

Attached is a patch to fix this.

-Joe

-------------- next part --------------
A non-text attachment was scrubbed...
Name: StmtPrinter.patch
Type: application/octet-stream
Size: 1150 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20130501/d74fc347/attachment.obj>
-------------- next part --------------




More information about the cfe-commits mailing list