[cfe-dev] RFC: What does this matcher mean to you?
Vane, Edwin
edwin.vane at intel.com
Tue May 21 10:50:09 PDT 2013
> -----Original Message-----
> From: Gábor Kozár [mailto:kozargabor at gmail.com]
> Sent: Tuesday, May 21, 2013 1:35 PM
> To: Vane, Edwin
> Cc: Clang Dev List (cfe-dev at cs.uiuc.edu)
> Subject: Re: [cfe-dev] RFC: What does this matcher mean to you?
>
> I would expect it the equalsBoundNode("declType") to either:
>
> - raise an error (assertion failure or exception) or
> - check all nodes bound to "declType", and return true if any of them is equal
An assertion instead of just not matching anything?
More information about the cfe-dev
mailing list