Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] (Codan) Sharing information between checkers for different resources

Hi

Checkers for the same resource can share information (e.g., cache some analyses) using ICheckerInvocationContext. Such contexts exist only while the particular resource is processed, and are disposed after the resource is processed. NB: this doesn't include processing children of the corresponding resource.

Suppose I would like to share some information on the higher-level scope. Is there a reasonable way to do it, besides re-implementing an equivalent of CodanRunner and other relevant pieces of the Codan infrastructure?

Regards,
Dmitry

Back to the top