On Mon Jun 15, 2026 at 11:23 PM WEST, David Malcolm wrote: >> Next time I can submit a mergeable patch right away, but I couldn't >> decide on a direction thus wanted to open up the discussion to start >> of >> the project. > > Now that you have something working, it's good to think about how it > could break, so could you try adding a few more cases to the new test > file? Perhaps these: > * "grandchild" (rather than just a direct subclass) > * a "sibling" class which doesn't match, despite being within the same > inheritance hierarchy as that listed in the "catch" > * a case of multiple inheritance > * the "std::nullptr_t" case > * subclass of a private base (doesn't match, I believe) > * cv-qualifiers. > > See the "Matching exceptions" section of > https://en.cppreference.com/cpp/language/catch for ideas > > Hope this makes sense; thanks > Dave
I will add more test coverage along with a complete version of the patch (I'll go ahead and test it as well). Thanks, Egas
