mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
Bug 567261: API Filters and documentation for reverted API
Change-Id: I6b58a409dd8ac53f685036445fe517fbb1cdc76a
This commit is contained in:
parent
16fecbcc8b
commit
f63bb52044
2 changed files with 22 additions and 0 deletions
|
@ -1,6 +1,12 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
|
||||
<component id="org.eclipse.cdt.core" version="2">
|
||||
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeductionGuide">
|
||||
<filter comment="Bug 567261: This API was backed out and is believed to not be in use so the API breakage is unlikely" id="305324134">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeductionGuide"/>
|
||||
<message_argument value="org.eclipse.cdt.core_7.0.1"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
<filter comment="deduction guides have been reverted post release" id="305324134">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeductionGuide"/>
|
||||
|
@ -9,6 +15,12 @@
|
|||
</filter>
|
||||
</resource>
|
||||
<resource path="META-INF/MANIFEST.MF" type="org.eclipse.cdt.core.dom.ast.cpp.ICPPASTParameterListOwner">
|
||||
<filter comment="Bug 567261: This API was backed out and is believed to not be in use so the API breakage is unlikely" id="305324134">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.core.dom.ast.cpp.ICPPASTParameterListOwner"/>
|
||||
<message_argument value="org.eclipse.cdt.core_7.0.1"/>
|
||||
</message_arguments>
|
||||
</filter>
|
||||
<filter comment="deduction guides have been reverted post release" id="305324134">
|
||||
<message_arguments>
|
||||
<message_argument value="org.eclipse.cdt.core.dom.ast.cpp.ICPPASTParameterListOwner"/>
|
||||
|
|
|
@ -47,6 +47,7 @@
|
|||
<li><a href="#casesensitive">Environment Variables are always case sensitive in CDT.</a></li>
|
||||
<li><a href="#escaping">Environment variables no longer support \${ to avoid expanding.</a></li>
|
||||
<li><a href="#autocloseable">The binary parsers are now implement Autocloseable</a></li>
|
||||
<li><a href="#deductionremovedin10.0.0">ICPPASTDeductionGuide and ICPPASTParameterListOwner removed in CDT 10.0.1</a></li>
|
||||
</ol>
|
||||
<p>
|
||||
Planned Removals after June 2022
|
||||
|
@ -325,6 +326,15 @@
|
|||
<li>org.eclipse.cdt.utils.macho.AR</li>
|
||||
</ul>
|
||||
|
||||
|
||||
<h3>16. <a name="deductionremovedin10.0.0">ICPPASTDeductionGuide and ICPPASTParameterListOwner removed in CDT 10.0.1</a></h3>
|
||||
<p>
|
||||
Classes org.eclipse.cdt.core.dom.ast.cpp.ICPPASTDeductionGuide and org.eclipse.cdt.core.dom.ast.cpp.ICPPASTParameterListOwner
|
||||
which were added for CDT 10.0.0 have been removed in CDT 10.0.1. See <a
|
||||
href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=567261" target="_blank">Bug 567261</a>.
|
||||
</p>
|
||||
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>Future Deletions</h2>
|
||||
|
|
Loading…
Add table
Reference in a new issue