mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-23 06:32:10 +02:00
![]() The implementation strategy is as follows: - Implement an option to find potential matches during an AST definition search. - Store names that resolve to ProblemBindings in the index, as references for the candidate bindings, annotated as being potential matches. - Add an option to Index.findNames() to include potential matches. - Use the added options for the index and AST searches in OpenDeclarationsJob, prioritizing them accordingly (e.g. exact index matches take precedence over potential AST matches, but if there are no exact matches, potential matches from the AST and the index are combined). Change-Id: I19f5c58820eb3ec79a31652d69fd5b86acaba115 |
||
---|---|---|
.. | ||
org.eclipse.cdt.core | ||
org.eclipse.cdt.core.linux | ||
org.eclipse.cdt.core.linux.ppc | ||
org.eclipse.cdt.core.linux.ppc64 | ||
org.eclipse.cdt.core.linux.ppc64le | ||
org.eclipse.cdt.core.linux.x86 | ||
org.eclipse.cdt.core.linux.x86_64 | ||
org.eclipse.cdt.core.macosx | ||
org.eclipse.cdt.core.native | ||
org.eclipse.cdt.core.tests | ||
org.eclipse.cdt.core.win32 | ||
org.eclipse.cdt.core.win32.x86 | ||
org.eclipse.cdt.core.win32.x86_64 | ||
org.eclipse.cdt.ui | ||
org.eclipse.cdt.ui.tests | ||
pom.xml |