[PATCH] D127545: Remove Itanium EH ABI workaround to allow modifying a pointer caught by-reference.

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 11 12:28:10 PDT 2022


rjmccall added a comment.

Should we just diagnose this and report an error that catching pointers by non-const reference is unsupported on Itanium?  We don't support it properly for class pointers anyway.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127545/new/

https://reviews.llvm.org/D127545



More information about the cfe-commits mailing list