From 09728af3dbd9662796184119ae916ad3b5466e55 Mon Sep 17 00:00:00 2001 From: 15knots <11367029+15knots@users.noreply.github.com> Date: Fri, 16 Jun 2023 20:56:51 +0200 Subject: [PATCH] recognize source file extensions ".ccm", ".cxxm", and ".c++m" (#422) * recognize source file extensions ".ccm", ".cxxm", and ".c++m" cmake 3.27 release notes: The "CXX" language now treats source file extensions ".ccm", ".cxxm", and ".c++m" as C++. Signed-off-by: 15knots <11367029+15knots@users.noreply.github.com> --- build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml | 2 +- core/org.eclipse.cdt.core/plugin.xml | 2 +- core/org.eclipse.cdt.ui/plugin.xml | 2 +- jsoncdb/org.eclipse.cdt.jsoncdb.core/META-INF/MANIFEST.MF | 2 +- .../eclipse/cdt/jsoncdb/core/CompileCommandsJsonParser.java | 3 +++ 5 files changed, 7 insertions(+), 4 deletions(-) diff --git a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml index b2f7a94ff49..8d23e329f03 100644 --- a/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml +++ b/build/org.eclipse.cdt.managedbuilder.gnu.ui/plugin.xml @@ -2088,7 +2088,7 @@