[PATCH] D55685: Update Microsoft name mangling scheme for exception specifiers in the type system
Zachary Henkel via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Dec 14 15:16:03 PST 2018
zahen added a comment.
In D55685#1331810 <https://reviews.llvm.org/D55685#1331810>, @zturner wrote:
> BTW, as far as updating the demangler, as long as it doesn't crash or generate an error on a valid `_E` mangling, that should be sufficient (with a test). If you want bonus points you can make it print out `noexcept` when you see the `_E`, but I won't require it as it's a bit of extra work. If you decide not to do that, I'll just file a bug for it so that we don't forget.
I have the full set of demangler updates ready to go and will upload shortly (Monday at the latest due to travel)
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55685/new/
https://reviews.llvm.org/D55685
More information about the cfe-commits
mailing list