From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS53758 23.128.96.0/24 X-Spam-Status: No, score=-2.9 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED, SPF_HELO_PASS,SPF_PASS,URIBL_SBL,URIBL_SBL_A shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by dcvr.yhbt.net (Postfix) with ESMTP id 7DD091F8C8 for ; Fri, 8 Oct 2021 19:12:03 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S240962AbhJHTMH (ORCPT ); Fri, 8 Oct 2021 15:12:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55786 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240776AbhJHTL5 (ORCPT ); Fri, 8 Oct 2021 15:11:57 -0400 Received: from mail-wr1-x42a.google.com (mail-wr1-x42a.google.com [IPv6:2a00:1450:4864:20::42a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EB235C061570 for ; Fri, 8 Oct 2021 12:10:01 -0700 (PDT) Received: by mail-wr1-x42a.google.com with SMTP id i12so20042709wrb.7 for ; Fri, 08 Oct 2021 12:10:01 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=message-id:in-reply-to:references:from:date:subject:fcc :content-transfer-encoding:mime-version:to:cc; bh=tKWx5XFWAWGUG2fX/3dZLci7iB3dxtBBhmwN1/cOdiw=; b=S8L39ahdtAL/rM8LNXPScKzNOjLayzSGRZ/EaCU08QyFABBVpX/TO1FtFx8ZkPsDvL iWKoLw45LblX8ygkdDJEkbIzMyYAGTd+hjF9ufaTa2gU24snpt3WYRBJuL+UUu8niNv7 k144+MVZoS8qCmr0+xBSoAQP1pX5EmF6092yLBSlzX3IjbtnzqWL4tFxPpm2P22WlWvj lQemMn0orNfR4lUFjmIUG3NEQY2EPuQ1HlE0NGQL1iVRl9ZcruhvNXT4r2fInjwW37NV I+2Iv6RBa5SWn3KHh41t31S3ef0pltdR8fVCqN4+wVfOqxDF1no9pztGUrA1aDWhnEwb MoyQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:in-reply-to:references:from:date :subject:fcc:content-transfer-encoding:mime-version:to:cc; bh=tKWx5XFWAWGUG2fX/3dZLci7iB3dxtBBhmwN1/cOdiw=; b=Zsxjv4/9rPueTT95I4JxemDn9/37m06/Bo5dQXFV+mW+x2z2b5t/6fcWOgQxeESNwX oaemjuH1qwNn8mxV5UNbm3w/T+JLym1H7Z3wAi5yiUBus3W68ErZQK90f51NoffktnOM ExNVoa8b6hZjUk3GUv/7PHcNUsew8g5zrbY/Bef3MVVPNacce3OK6Kq9/yebVK4YKLrD ZoZn7QM/SN23M2LvBNrjU9NZHDTQVG2qvBIp6d+0aQ0s4zgCSRzw1UKoHZPoFcIKfobg WeRpOAXWGoUYzZz9U8Nxmjdrqj6nGD2NqAUukLjK2DCLtOTn+a9401TOZPSbG03cddQS eJUw== X-Gm-Message-State: AOAM530W0OL1u7L7tbRngl3sjZoWB65Kz6GrsmrbzbzXvtlxXLsoMJ0j aXQWf1axejNMd/4/zi1dVZfmUvOR5bg= X-Google-Smtp-Source: ABdhPJygMKIB3uB08n6KQ9/a6DPXYl59uR8FMiL7PY2iBpxW4Pnv2NLwTUfmkwHjuOu9KOY+/kzfXA== X-Received: by 2002:a5d:6b46:: with SMTP id x6mr6293323wrw.192.1633720200538; Fri, 08 Oct 2021 12:10:00 -0700 (PDT) Received: from [127.0.0.1] ([13.74.141.28]) by smtp.gmail.com with ESMTPSA id c132sm13009381wma.22.2021.10.08.12.10.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 08 Oct 2021 12:10:00 -0700 (PDT) Message-Id: <43a701f5ffd899ae56b2db0fb865e37dd2bb4e07.1633720197.git.gitgitgadget@gmail.com> In-Reply-To: References: From: "Johannes Sixt via GitGitGadget" Date: Fri, 08 Oct 2021 19:09:57 +0000 Subject: [PATCH v2 5/5] userdiff-cpp: learn the C++ spaceship operator Fcc: Sent Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit MIME-Version: 1.0 To: git@vger.kernel.org Cc: =?UTF-8?Q?=C3=86var_Arnfj=C3=B6r=C3=B0?= Bjarmason , Johannes Sixt , Johannes Sixt Precedence: bulk List-ID: X-Mailing-List: git@vger.kernel.org From: Johannes Sixt Since C++20, the language has a generalized comparison operator <=>. Teach the cpp driver not to separate it into <= and > tokens. Signed-off-by: Johannes Sixt --- t/t4034/cpp/expect | 4 ++-- t/t4034/cpp/post | 2 +- t/t4034/cpp/pre | 2 +- userdiff.c | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/t/t4034/cpp/expect b/t/t4034/cpp/expect index a3a234f5461..bf3cd2abc74 100644 --- a/t/t4034/cpp/expect +++ b/t/t4034/cpp/expect @@ -1,5 +1,5 @@ diff --git a/pre b/post -index 60f3640..f6fbf7b 100644 +index 144cd98..244f79c 100644 --- a/pre +++ b/post @@ -1,30 +1,30 @@ @@ -25,7 +25,7 @@ str.e+6575 a**=b c//=d e%%=f a+++b c---d a<<<<=b c>>>>=d -a<<=b c<=<d e>>=f g>=>h +a<<=b c<=<d e>>=f g>=>h i<=<=>j a==!=b c!==d a^^=b c||=d e&&&=f a|||b diff --git a/t/t4034/cpp/post b/t/t4034/cpp/post index f6fbf7bc04c..244f79c9900 100644 --- a/t/t4034/cpp/post +++ b/t/t4034/cpp/post @@ -20,7 +20,7 @@ str.e+75 a*=b c/=d e%=f a++b c--d a<<=b c>>=d -a<=b c=f g>h +a<=b c=f g>h i<=>j a!=b c=d a^=b c|=d e&=f a|b diff --git a/t/t4034/cpp/pre b/t/t4034/cpp/pre index 60f3640d773..144cd980d6b 100644 --- a/t/t4034/cpp/pre +++ b/t/t4034/cpp/pre @@ -20,7 +20,7 @@ str.e+65 a*b c/d e%f a+b c-d a<>d -af g>=h +af g>=h i<=j a==b c!=d a^b c|d e&&f a||b diff --git a/userdiff.c b/userdiff.c index 1b640c7df79..13cec0b48db 100644 --- a/userdiff.c +++ b/userdiff.c @@ -62,7 +62,7 @@ PATTERNS("cpp", "|0[xXbB][0-9a-fA-F']+[lLuU]*" /* floatingpoint numbers that begin with a decimal point */ "|\\.[0-9']+([Ee][-+]?[0-9]+)?[fFlL]?" - "|[-+*/<>%&^|=!]=|--|\\+\\+|<<=?|>>=?|&&|\\|\\||::|->\\*?|\\.\\*"), + "|[-+*/<>%&^|=!]=|--|\\+\\+|<<=?|>>=?|&&|\\|\\||::|->\\*?|\\.\\*|<=>"), PATTERNS("csharp", /* Keywords */ "!^[ \t]*(do|while|for|if|else|instanceof|new|return|switch|case|throw|catch|using)\n" -- gitgitgadget