The AST tree modification. Edited.

Ian Lance Taylor iant@google.com
Wed Oct 5 01:38:00 GMT 2011


niXman <i.nixman@gmail.com> writes:

> "lang_hooks" - what this? where is declared?

Running grep will show you that it is declared in langhooks.h.

The lang hooks are frontend hooks called from the middle-end.  The hooks
are defined in langhooks.h.

Ian



More information about the Gcc mailing list