erichkeane added a comment.

In https://reviews.llvm.org/D25204#581469, @rnk wrote:

> Remember the fight over _Atomic with MSVC's STL? The fallacy of the 
> implementer's namespace is that there is only one implementer.
>  https://llvm.org/bugs/show_bug.cgi?id=19043
>
> We should prefer adding `__attribute__`s and `__declspec`s instead of 
> keywords when possible.


In general, I can see the benefit of this rule, however in the case of calling 
conventions, I would think that keeping them all orthogonal is important.  
Having "most" calling conventions work one way, and a couple a different way 
seems like a bigger problem.


https://reviews.llvm.org/D25204



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to