[PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions
Marshall Clow via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 23 15:18:27 PST 2017
mclow.lists added a comment.
> It would be nice to have some way of making them semi-compatible.
I'm afraid I disagree. If we make them something that people can "count on", then we have to support them.
The whole point of names that start with `__` (or `_[A-Z]` are that they are internal, implementation details and are NOT part of the published API.
https://reviews.llvm.org/D28981
More information about the cfe-commits
mailing list