Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Scanner info macro file

Just implement your own scanner info provider using
IExtendedScannerInfo.

Walter 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Wieant Nielander
> Sent: Montag, 03. Dezember 2007 18:05
> To: CDT General developers list.
> Subject: [cdt-dev] Scanner info macro file
> 
> Hi all,
> 
> I have a question regarding compiler scanner info. Besides 
> symbol definitions and include paths our compilers also 
> provide builtin function prototypes, pragmas and some other 
> preprocessor stuff. Actually the whole scanner info part 
> (except from include
> paths) can be fed to the scanner as one macro file. I noticed 
> the scanner is using an ExtendedScannerInfo class which has 
> an entry to pass such a macro file, is it possible to have a 
> scanner-info-provider providing such a macro file instead of 
> a list of symbol definitions?
> 
> Regards,
>   Wieant
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> 


Back to the top