<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi,<br><font color="#0f61c8"><br></font>I am new to clang and want to get involved. Hopefully, someone will walk me through the process.<br><font color="#0f61c8"><br></font>I found that atomic expressions were printed with an extra comma following the argument list:<br><font color="#0f61c8"><br></font>For example:<br><font color="#0f61c8"><br></font>__c11_atomic_init(&i, 0);<br><font color="#0f61c8"><br></font>is printed as:<br><font color="#0f61c8"><br></font>__c11_atomic_init(&i, 0, );<br><font color="#0f61c8"><br></font>Attached is a patch to fix this.  I attached a test.</div><div><br>-Joe<br><font color="#0f61c8"><br></font></div></body></html>