Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] How to invalidate cached scanner info?

Thanks, Andrew, your patch was really helpful,
I was able to fix my problem using it as a reference.

Anna.

On Jun 11, 2010, at 11:13 PM, Andrew Gvozdev wrote:

Check out bug 206372 - Include path discovery doesn't discard obsolete paths on compiler upgrade.
I just submitted a patch to clean built-in compiler specs. I don't know how much of it is applicable to per-file discovery but perhaps the patch could be instructive.

If anybody from those struggling with scanner discovery could review the patch, it is appreciated.

Andrew

On Fri, Jun 11, 2010 at 2:25 PM, Anna Dushistova <anna_dushistova@xxxxxxxxxx> wrote:
Hi All,

is there any way to invalidate the cached scanner info that is stored in org.eclipse.cdt.make.core/ ?
I want to clean it each time I have settings changed because this information is not relevant anymore.
My toolchain is gcc based and I have my own scanner implementation which is just a clone of Linux gcc one.

Thanks!
Anna._______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev

_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top