From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id CC4FB3858C50; Wed, 8 Feb 2023 20:05:34 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org CC4FB3858C50 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1675886734; bh=jngYwCSoaEKwBzsCxtT648aeusZ/x8HBcqhJfxn2Tv4=; h=From:To:Subject:Date:In-Reply-To:References:From; b=iAjqu4nrrGGpM53HoOxNm4z3kAeWXjzcM6LcGfmfzm+M3oc1bTGJpjHMWnGFH3AxK 0uzvc0cbLp4VFAALfduYQDaHJ+UfacfGMN9z6IFO0LqaImMArzQZMupPfoI8leeAib hlEV4ZdBBavXr/RvQCeiSk66stTk8QOJOEO0SL14= From: "tromey at sourceware dot org" To: gdb-prs@sourceware.org Subject: [Bug build/30098] Keep trying clang-format Date: Wed, 08 Feb 2023 20:05:34 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: build X-Bugzilla-Version: HEAD X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: tromey at sourceware dot org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 List-Id: https://sourceware.org/bugzilla/show_bug.cgi?id=3D30098 --- Comment #2 from Tom Tromey --- Last time I did this I noted a few upstream bugs: Goto label indentation is wrong https://github.com/llvm/llvm-project/issues/24492 Case label / goto label: https://github.com/llvm/llvm-project/issues/53717 Bin-packing is a mess: https://github.com/llvm/llvm-project/issues/37051 https://github.com/llvm/llvm-project/issues/31255 The first two of these aren't that important probably. They result in minor differences but kind of meh ones really. Bin-packing remains problematic for me. I'll try to find an example. There isn't an upstream bug open for this, but there's no way to say that '_' is a special function not requiring a space, so all the source is rewritten to '_ ("blah")' --=20 You are receiving this mail because: You are on the CC list for the bug.=