Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Static Include Analysis (ReDHead)

Hi Alex

> BTW, does your plugin consider conditional includes that depend on a #ifdef 
> statement (e.g. #ifdef _LINUX include .. #elif WINDOWS include ...)?
>    Axel

It does. The functionality for this is provided by CDT AST/Indexer.
Removal for include statements will only be proposed if the include
statement is active (meaning not grayed out in the CDT editor).

Lukas

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top