Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-patch] CDT2.0 Scanner configuration discovery

> -----Original Message-----
> From: Vladimir Hirsl [mailto:vhirsl@xxxxxxxxxx]
> Sent: Tuesday, March 09, 2004 4:55 PM
> To: cdt-patch@xxxxxxxxxxx
> Subject: [cdt-patch] CDT2.0 Scanner configuration discovery
> 
> - Implemented suggested improvements.
> - First cut at handling relative include paths.

Vladimir,

  I have a chunk of code which rips through a project and extracts
all of the headers from the source and then for each header if it
is local, it attempts to determine if there is a local include path
which should be created to satisfy it.

  I don't know if this fits in with your work, but I'm happy to 
provide it as more of the "autoconfiguring the scanner" type of
tools.

Thanks,
 Thomas


Back to the top