Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Praser once again

Hi,


I still do not have much luck in getting my project parsed and thus I've got some more questions to ask.


First of all, I assume the parser also does preprocessing of C++ files, at least do to where it should make decisions about include code or not surrounded by ifdefs.

But, how does the parser find out which defines are actually set?

I'm using a standard make project, so, how does the parser find this out?

Also, I currently have no build targets defined in any of my (>400) subprojects.


kind regards Philip


Back to the top