Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeff Johnston2017-01-27 18:02:05 +0000
committerGerrit Code Review @ Eclipse.org2017-02-06 17:33:34 +0000
commit7d0117d24e332e2dfa8cd21934496a5d474590da (patch)
tree76bc7c901876cd391e9c953723ce42cdf03186bd /core/org.eclipse.cdt.core/META-INF/MANIFEST.MF
parente93de453f8d18577d04a886ed03cf209ea6837b1 (diff)
downloadorg.eclipse.cdt-7d0117d24e332e2dfa8cd21934496a5d474590da.tar.gz
org.eclipse.cdt-7d0117d24e332e2dfa8cd21934496a5d474590da.tar.xz
org.eclipse.cdt-7d0117d24e332e2dfa8cd21934496a5d474590da.zip
Bug 511229 - RFE: Add quick fixes for some basic gcc errors
- change codanMarkerResolution schema to support translatable regex statements for matching - bump cdt.codan.ui version - add additional codanMarkerResolution extensions to codan.checkers.ui to handle some basic gcc error messages with quick fixes - add QuickFixAddSemicolon, QuickFixRenameMember, QuickFixUseDotOperator, and QuickFixUsePointer classes - add new QuickFixMessages - add plugin.properties to cdt.codan.checkers.ui to allow the quick fix regex matchers to be translated in the future - change the generic error message for gcc error parser so that the column is reported as the problem variable (useful for certain quick fix resolutions) - bump up cdt.core Change-Id: Ibb24c1a79c4d91ead3fc629ea3d4e7425b4e7f23
Diffstat (limited to 'core/org.eclipse.cdt.core/META-INF/MANIFEST.MF')
-rw-r--r--core/org.eclipse.cdt.core/META-INF/MANIFEST.MF2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF b/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF
index 85804f0d29b..4a974ac8a2a 100644
--- a/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF
+++ b/core/org.eclipse.cdt.core/META-INF/MANIFEST.MF
@@ -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.3.0.qualifier
+Bundle-Version: 6.3.1.qualifier
Bundle-Activator: org.eclipse.cdt.core.CCorePlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin

Back to the top