1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 530374: Update API Baseline post 9.4 release

Change-Id: Iafc6f8f754475ca77e3d22b848f3a801b2e80edc
Signed-off-by: Jonah Graham <jonah@kichwacoders.com>
This commit is contained in:
Jonah Graham 2018-01-26 13:26:34 +00:00
parent f413c21d03
commit b15619d4b1
6 changed files with 6 additions and 8 deletions

View file

@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.eclipse.cdt.core; singleton:=true
Bundle-Version: 6.4.0.qualifier
Bundle-Version: 6.5.0.qualifier
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

View file

@ -133,7 +133,7 @@ public interface IASTTranslationUnit extends IASTDeclarationListOwner, IFileNomi
* @param binding
* @param permissive
* @return Array of IASTName nodes for the binding's declaration
* @since 6.4
* @since 6.5
*/
public IASTName[] getDefinitionsInAST(IBinding binding, boolean permissive);

View file

@ -68,7 +68,7 @@ public interface IIndex {
* Constant to include potential matches in the results of a search.
* An example of a potential match might be a function definition that does match
* a declaration exactly in signature.
* @since 6.4
* @since 6.5
*/
final int FIND_POTENTIAL_MATCHES = 0x10;
/**

View file

@ -73,7 +73,7 @@ public interface IIndexName extends IName {
* Returns whether this name is a potential match for its binding, rather than an exact match.
* An example of a potential match might be a function definition that does match a
* declaration exactly in signature.
* @since 6.4
* @since 6.5
*/
public boolean isPotentialMatch() throws CoreException;

View file

@ -75,7 +75,7 @@
name="CDT"
version="9.3"
location="${workspace.location/../api.baseline}"
remoteURI="http://download.eclipse.org/tools/cdt/releases/9.3/cdt-9.3.3.zip"/>
remoteURI="http://download.eclipse.org/tools/cdt/releases/9.4/cdt-9.4.0/cdt-9.4.0.zip"/>
<setupTask
xsi:type="git:GitCloneTask"
id="git.clone.cdt"

View file

@ -9,7 +9,6 @@
<unit id="org.eclipse.cdt.debug.standalone.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.visualizer.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.core.lrparser.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.remote.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.docker.launcher.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.gnu.debug.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.platform.feature.group" version="0.0.0"/>
@ -42,11 +41,10 @@
<unit id="org.eclipse.cdt.native.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.core.parser.upc.sdk.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.gnu.dsf.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.util.feature.group" version="0.0.0"/>
<unit id="org.eclipse.cdt.autotools.source.feature.group" version="0.0.0"/>
<unit id="org.eclipse.tools.templates.core" version="0.0.0"/>
<unit id="org.eclipse.tools.templates.ui" version="0.0.0"/>
<repository location="http://download.eclipse.org/tools/cdt/releases/9.3/cdt9.3.0/"/>
<repository location="http://download.eclipse.org/tools/cdt/releases/9.4/cdt-9.4.0/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="true" includeMode="planner" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.launchbar.feature.group" version="0.0.0"/>