[PATCH] D20052: Add new ASTMatcher that matches dynamic exception specifications.

don hinton via cfe-commits cfe-commits at lists.llvm.org
Mon May 16 08:43:11 PDT 2016


hintonda added a comment.

Great, unless() was what I was missing.  I'll refactor along those lines.

As for what I'm trying to achieve, I want a set containing "throw()" and another set containing "throw(something)".  If there's a cleaner way to achieve that with an existing matcher, please let me know.


http://reviews.llvm.org/D20052





More information about the cfe-commits mailing list