alex1701c wrote:
I think it would be normal for distros to backport bugfixes. Thus, users should
get the new version rather soonish.
https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.
owenca wrote:
Wouldn't you have the same problem if we were to backport the fix, say, to
18.1.9? Anyway, LLVM 19.1.0 has just been released.
https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https:
alex1701c wrote:
But that does not mean everyone who works on the projects will update to that
version right away :(
https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin
owenca wrote:
> That is very unfortunate. It means one will either get different results for
> the clang-format versions, one disables the formatting, or works around it by
> sth. Like Q_EMIT(something()->mySignal()).
Or wait for the next release (in this case 19.1.0, which is just around the
alex1701c wrote:
That is very unfortunate. It means one will either get different results for
the clang-format versions, one disables the formatting, or works around it by
sth. Like Q_EMIT(something()->mySignal()).
https://github.com/llvm/llvm-project/pull/99791
___
owenca wrote:
Unfortunately no because clang-format is part of llvm, and as far as I know
there will be no more llvm 18 point releases.
https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lis
alex1701c wrote:
Can we expect this to be backported and released with clang-format-18?
https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/owenca closed https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/HazardyKnusperkeks approved this pull request.
https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
Fixes #99758.
---
Full diff: https://github.com/llvm/llvm-project/pull/99791.diff
2 Files Affected:
- (modified) clang/lib/Format/TokenAnnotator.cpp (+3-1)
- (modified) clang/unittests/Format/TokenAnnot
https://github.com/owenca created
https://github.com/llvm/llvm-project/pull/99791
Fixes #99758.
>From f38256c028e1600bc6b957f851ffcc0dedab589c Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Sat, 20 Jul 2024 16:43:39 -0700
Subject: [PATCH] [clang-format] Fix a bug in annotating StartOfName
Fixe
11 matches
Mail list logo