[PATCH] D147068: Fix merging of member-like constrained friends across modules.

2023-04-03 Thread Richard Smith - zygoloid via Phabricator via cfe-commits
rsmith closed this revision. rsmith added a comment. Refactoring and test landed in rGa07abe27b4d1d39ebb940a7f4e6235302444cbf0 . Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D1470

[PATCH] D147068: Fix merging of member-like constrained friends across modules.

2023-03-30 Thread Erich Keane via Phabricator via cfe-commits
erichkeane added a comment. In D147068#4235155 , @rsmith wrote: > Hm, looks like rGdb1b827ecfed6 > landed > the actual functioal change here, making this just a no-functional-change

[PATCH] D147068: Fix merging of member-like constrained friends across modules.

2023-03-30 Thread Richard Smith - zygoloid via Phabricator via cfe-commits
rsmith added a comment. Hm, looks like rGdb1b827ecfed6 landed the actual functioal change here, making this just a no-functional-change refactoring plus an added test, so I'm going to go ahead and land it. Repository: rG

[PATCH] D147068: Fix merging of member-like constrained friends across modules.

2023-03-30 Thread Richard Smith - zygoloid via Phabricator via cfe-commits
rsmith updated this revision to Diff 509818. rsmith added a comment. - Merge branch 'main' into merge-constrained-friends Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D147068/new/ https://reviews.llvm.org/D147068 Files: clang/docs/ReleaseNotes.r

[PATCH] D147068: Fix merging of member-like constrained friends across modules.

2023-03-28 Thread Richard Smith - zygoloid via Phabricator via cfe-commits
rsmith created this revision. rsmith added a reviewer: aaron.ballman. Herald added a project: All. rsmith requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. When a friend declaration has a requires-clause, and either it's a non-template functi