[PATCH] D25204: Register Calling Convention, Clang changes

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 26 14:12:41 PDT 2016


joerg added a comment.

Can we please avoid adding more (pseudo) keywords in the double-underscore name space? Those tend to be used a lot by existing libc implementations and existing attribute cases like __strong and __weak have created enough trouble.


https://reviews.llvm.org/D25204





More information about the cfe-commits mailing list