Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Syntax and Semantic errors being on by default

On Mar 13, 2012, at 12:08 PM, Nathan Ridge wrote:

> 
>> There's another way to look at this. The indexer has trouble, yes, but it
>> has more success in certain environments than others. It performs much
>> better with managed build than with Makefile projects, for example, since
>> scanner discovery is a best effort guess at what the environment is.
> 
> If performs just fine with Makefile projects if you enter the necessary
> Include Paths and Symbols in the project properties.
> 
> Regards,
> Nate
> 		 	   		  
I will second that. Using CMake to generate my Makefiles, as long as I turn on VERBOSE=1 in the make arguments the scanner discovery does an awesome job of picking up all the include paths. Now, if there were a way to _clear_ some of those paths when certain SDKs change versions that would be AWESOME.
  Just my 2cents.
--
Mike J.



Back to the top