[PATCH] D25204: Register Calling Convention, Clang changes

Joerg Sonnenberger via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 12:26:46 PDT 2016


joerg added a comment.

The __ namespace is shared between all parts of the implementation, not just the compiler. The convention in the past was that compiler keywords will end in a __ as well, but calling conventions and Objective C broke that convention. I still think it is something that should be avoided when possible.


https://reviews.llvm.org/D25204





More information about the cfe-commits mailing list