Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] With what language is stddef.h parsed if indexed up-front

Hi,

Debugging why the indexer does not know what NULL is (respectively why it assumes it would be (void *)0 though being in C++), I stumbled over the question, with what language a file called stddef.h is parsed, if entered in the indexer preferences in the field "Files to index up-front"?

Is it parsed with the C settings, with C++ settings, or is it parsed once per language?

Jens.


Back to the top