Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Include statements

Hi,

I've been working on Codan for the last few days and I want to check the
presence of a particular header in a source file. 

I can check the include in the local file with :

for(IASTPreprocessorIncludeStatement inc : ast.getIncludeDirectives()) {
    ....
} 

However, if the header I'm looking for is in one of the header included in
the source file, I cannot detect it. Basically, I'd like to check "in depth"
for the header file.

It may seems easy but I can't figure it out 

Thanks in advance
Regards, Hadrien Bertrand



--
View this message in context: http://eclipse.1072660.n5.nabble.com/Include-statements-tp165635.html
Sent from the Eclipse CDT - Development mailing list archive at Nabble.com.


Back to the top