Skip to main content

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

Hi Wieant,

You are right, it is not possible to specify language (file
type)-specific includes/macros settings with the PathEntry framework
currently. And one of the goals of the New Project Model is to allow
doing this.

Mikhail


-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Wieant Nielander
Sent: Wednesday, October 04, 2006 3:15 PM
To: CDT General developers list.
Subject: [cdt-dev] Scanner info per file

Hi,

The proposal for a new *DT Project model (bugzilla #115935) describes a
method to support multiple scanner info providers for different
filetypes
in a project. I guess this means that currently there is no way to have
separate scanner info for C and C++ files in the same project?

Point is that currently we use our C++ compiler to generate scanner info
for mixed C/C++ projects, but passing C++ specific scanner info to the C
files in the project could lead to incorrect scanner results.

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


Back to the top