From 3cc96b5873307096005f9304fde1475627ba092c Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Tue, 18 Apr 2017 15:56:44 +0200 Subject: [PATCH] Bug 515383: Missing standard headers in file associations The following standard headers were missing from the file associations: - cuchar - cstdalign - scoped_allocator - shared_mutex Additionally, cinttypes is no longer (since C++11) a GCC extension Change-Id: I1545257d7d934c970de4f2f45f4e15499cec3fd9 Signed-off-by: Felix Morgner --- core/org.eclipse.cdt.core/plugin.xml | 4 ++-- .../ui/refactoring/includes/GCCHeaderSubstitutionMaps.java | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/core/org.eclipse.cdt.core/plugin.xml b/core/org.eclipse.cdt.core/plugin.xml index add6cb4f9a6..81354a3bcb3 100644 --- a/core/org.eclipse.cdt.core/plugin.xml +++ b/core/org.eclipse.cdt.core/plugin.xml @@ -536,7 +536,7 @@ priority="high"/> - + + file-names="condition_variable,ctgmath,cuchar,scoped_allocator,cstdalign,shared_mutex"/> diff --git a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/GCCHeaderSubstitutionMaps.java b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/GCCHeaderSubstitutionMaps.java index 4ca602dcad4..4291daa4400 100644 --- a/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/GCCHeaderSubstitutionMaps.java +++ b/core/org.eclipse.cdt.ui/src/org/eclipse/cdt/internal/ui/refactoring/includes/GCCHeaderSubstitutionMaps.java @@ -454,6 +454,7 @@ public class GCCHeaderSubstitutionMaps { "", "", "", "", "", "", + "", "", "", "", "", "", "", @@ -463,6 +464,7 @@ public class GCCHeaderSubstitutionMaps { "", "", "", "", "", "", + "", "", "", "", "", "", "", "",