What is the exact semantic of CXCursor_InclusionDirective ? I'm trying to use it to detect inclusion directives found in a translation unit.
However, I'm only seeing the ones from the toplevel source file that is being parsed.
Why aren't inclusion directive being reported transitively ? Is this a feature or a bug ?
Thanks,
Stefan