Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Marking functions and types not reachable by using the source include headers.

Ok! Thank you for your help!

On 23 February 2016 at 18:14, Jonah Graham <jonah@xxxxxxxxxxxxxxxx> wrote:
Hi Carlos,

You have arrived at the email list for developers of and contributors to CDT. You will probably get more suitable help on the CDT user forum http://www.eclipse.org/forums/index.php?t=thread&frm_id=80 or on Stack Overflow http://stackoverflow.com/tags/eclipse-cdt (with eclipse-cdt tag).

To get you started, I recommend reviewing how to set-up the indexer and scanner, especially as it sounds like there is a mismatch between those configurations and the build setting you have at compile time.



If you are having a specific problem, it would help if you had a specific example of code too.

Thanks,
Jonah


~~~
Jonah Graham
Kichwa Coders Ltd.
www.kichwacoders.com

On 23 February 2016 at 16:17, Carlos Ferreira <carlosmf.pt@xxxxxxxxx> wrote:
Hello to all!

I'm having an issue with Eclipse CDT, more specifically (I think) with the CDT Indexer.

Currently, because the CDT Indexer is indexing everything, if I have a source/header using types of functions which are not reachable through the included headers, CDT does not mark them as undefined/unknown types/references. It just knows where they are.
This creates a problem for me because I sometimes forgot to add the required headers and then, the compiler (GCC) ends up complaining.

My question is, which options do I need to customize, in order for the Indexer/CDT to mark the functions, types, templates, etc,  not reachable by the current #include list.

Thank you all!

--

Carlos Miguel Ferreira
Researcher at Telecommunications Institute
Aveiro - Portugal
Work E-mail - cmf@xxxxxxxx
Skype & GTalk -> carlosmf.pt@gmail.com

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev



--

Carlos Miguel Ferreira
Researcher at Telecommunications Institute
Aveiro - Portugal
Work E-mail - cmf@xxxxxxxx
Skype & GTalk -> carlosmf.pt@gmail.com

Back to the top