Ping

~Aaron

On Fri, Jul 10, 2015 at 3:15 PM, Aaron Ballman <aa...@aaronballman.com> wrote:
> There is not currently a way to match against a variable declaration
> that is an exception variable. For instance:
>
> void f() {
>   try {
>     int X;
>   } catch (int Y) {
>   }
> }
>
> You can match int X and int Y, but you cannot currently match only int
> Y. The attached patch adds a matcher to allow that, as well as test
> code and documentation.
>
> ~Aaron
_______________________________________________
cfe-commits mailing list
cfe-commits@cs.uiuc.edu
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to