Additional tree node questions.

Ian Lance Taylor iant@google.com
Fri Oct 13 08:22:00 GMT 2006


Brendon Costa <bcosta@avdat.com.au> writes:

> For each FUNCTION_DECL node I find, I want to determine what its
> exception specification list is. I.e. the throws() statement in its
> prototype.

Look at TYPE_RAISES_EXCEPTIONS (FNDECL).

Ian



More information about the Gcc mailing list