Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Overview

Revision as of 16:52, 28 March 2006 by Unnamed Poltroon (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Strategy behind the PDOM

The main objective of the PDOM is to use the C/C++ parser but to only parse each file, including header files, only once. This means persisting the declarations and references in the header files for use by later parses.

to be continued...

Back to the top