[PATCH] D28981: Use GNU-style attributes for several __throw_XXX() functions

Jonathan Wakely via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 23 15:30:31 PST 2017


jwakely added a comment.

The __throw_xxx functions are not part of the public libstdc++ API and whatever Firefox is trying to do with them is not supported by libstdc++ and is undefined behaviour. Make it stop.


https://reviews.llvm.org/D28981





More information about the cfe-commits mailing list