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
StmtPrinter.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
