https://github.com/frederick-vs-ja milestoned
https://github.com/llvm/llvm-project/pull/140246
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/frederick-vs-ja created
https://github.com/llvm/llvm-project/pull/140246
Since P2280R4 Unknown references and pointers was implemented, HandleLValueBase
now has to deal with referneces:
D.MostDerivedType->getAsCXXRecordDecl()
will return a nullptr if D.MostDerivedType is a
frederick-vs-ja wrote:
FYI [P2548R2](https://wg21.link/p2548r2) added relaxing wording to
[[func.wrap.general]](https://eel.is/c++draft/func.wrap.general) to allow
unwrapping in construction. I think we should implement the allowance for
`move_only_function` in C++23 as a DR.
We can't unwrap i
https://github.com/frederick-vs-ja approved this pull request.
https://github.com/llvm/llvm-project/pull/134313
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/frederick-vs-ja edited
https://github.com/llvm/llvm-project/pull/94670
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/frederick-vs-ja edited
https://github.com/llvm/llvm-project/pull/94670
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/frederick-vs-ja approved this pull request.
LGTM. I opened #131506 for resolving CI failures with Apple Clang 17, perhaps
that patch should be backported first.
https://github.com/llvm/llvm-project/pull/131382
___
llvm-branch-commit
https://github.com/frederick-vs-ja milestoned
https://github.com/llvm/llvm-project/pull/131506
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/frederick-vs-ja created
https://github.com/llvm/llvm-project/pull/131506
Cherry-pick of b552e35a06aef4366a933ea85ad3d4bef71e586a and #131438 to
release/20.x.
It is observed that Apple Clang 17 has started to be used for CI, even for
backporting to release/20.x. So I think w
https://github.com/frederick-vs-ja approved this pull request.
https://github.com/llvm/llvm-project/pull/130658
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
https://github.com/frederick-vs-ja approved this pull request.
https://github.com/llvm/llvm-project/pull/129303
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
frederick-vs-ja wrote:
Hi @bodqhrohro!
The typo is still present.
https://github.com/llvm/llvm-project/blob/62ec7b8de97a197c2522177a52bdc78205579930/llvm/docs/GettingStarted.rst?plain=1#L548
Would you mind to submit a new PR to fix it?
https://github.com/llvm/llvm-project/pull/2
_
https://github.com/frederick-vs-ja approved this pull request.
Let's just backport this fix!
https://github.com/llvm/llvm-project/pull/127342
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman
https://github.com/frederick-vs-ja requested changes to this pull request.
Let's just backport this fix!
https://github.com/llvm/llvm-project/pull/127342
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi
Author: Louis Dionne
Date: 2024-10-11T15:30:47+08:00
New Revision: 1360969b8125a633a3a8ad734c8a369bd3cf47c2
URL:
https://github.com/llvm/llvm-project/commit/1360969b8125a633a3a8ad734c8a369bd3cf47c2
DIFF:
https://github.com/llvm/llvm-project/commit/1360969b8125a633a3a8ad734c8a369bd3cf47c2.diff
https://github.com/frederick-vs-ja updated
https://github.com/llvm/llvm-project/pull/109324
>From 1360969b8125a633a3a8ad734c8a369bd3cf47c2 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Thu, 19 Sep 2024 15:40:47 -0400
Subject: [PATCH] [libc++] Adjust the version of __cpp_lib_ranges in C++20
frederick-vs-ja wrote:
@ldionne I force-pushed the branch for resolving conflicts with #109291. Please
double-check the changes.
https://github.com/llvm/llvm-project/pull/109324
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
h
https://github.com/frederick-vs-ja updated
https://github.com/llvm/llvm-project/pull/109324
>From eb53b498045eca14b64897a329d24b182689fc14 Mon Sep 17 00:00:00 2001
From: Louis Dionne
Date: Thu, 19 Sep 2024 15:40:47 -0400
Subject: [PATCH] [libc++] Adjust the version of __cpp_lib_ranges in C++20
https://github.com/frederick-vs-ja approved this pull request.
Looks like that we should merge this now.
https://github.com/llvm/llvm-project/pull/109291
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi
frederick-vs-ja wrote:
I guess 6f6422f4a2b8647a59936c131e50a79906d89510 and
cdd608b8f0ce090b3568238387df368751bdbb5d should also be cherry-picked. @tru
@ldionne
https://github.com/llvm/llvm-project/pull/109324
___
llvm-branch-commits mailing list
ll
@@ -77,6 +77,7 @@ Implemented Papers
- P2602R2 - Poison Pills are Too Toxic
- P1981R0 - Rename ``leap`` to ``leap_second``
- P1982R0 - Rename ``link`` to ``time_zone_link``
+- P2602R2 - Poison Pills are Too Toxic (as DR against C++20)
frederick-vs-ja wrote:
Th
https://github.com/frederick-vs-ja edited
https://github.com/llvm/llvm-project/pull/109291
___
llvm-branch-commits mailing list
llvm-branch-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits
@@ -992,6 +992,7 @@ def add_version_header(tc):
"name": "__cpp_lib_ranges",
"values": {
"c++20": 202207,
+"c++23": 202211, # P2602R2 Poison Pills are Too Toxic
frederick-vs-ja wrote:
(Not strictly relate
23 matches
Mail list logo