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.

> 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. 

This is a known issue, tracked by bug 297690. I hope to fix it soon.

Regards,
Nate
 		 	   		  

Back to the top