[PATCH] D42092: implement C++ dr388 for the Itanium C++ ABI: proper handling of catching exceptions by reference

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 22 08:49:32 PST 2018


rjmccall added a comment.

This is definitely something that the personality function should handle.  If we want to do heroic things in the absence of personality function support, we can, but the code should at least be written to be conditional on personality support.

If we can rev the personality function, we should also fix the longstanding problem with references to pointers to classes.


Repository:
  rC Clang

https://reviews.llvm.org/D42092





More information about the cfe-commits mailing list