[cfe-dev] Reusing code from an accepted patch

via cfe-dev cfe-dev at lists.llvm.org
Thu Jan 10 07:11:57 PST 2019


In the LLVM project process, "accepting" a patch means the reviewers have approved it. However, it is still up to you, the patch author, to commit it into the project sources. We don't have an automated pull-request kind of process.
--paulr

From: cfe-dev [mailto:cfe-dev-bounces at lists.llvm.org] On Behalf Of mateusz janek via cfe-dev
Sent: Thursday, January 10, 2019 10:08 AM
To: Clang Dev
Subject: [cfe-dev] Reusing code from an accepted patch

Hello,

Some time ago I've posted a patch and it has been accepted: https://reviews.llvm.org/D50766.
It fixes one of C++17's unsequenced warnings. Now, I finally have some time to work on the rest of p0145's warnings (and a couple more). To work on a new patch, I'd like to reuse function that has been implemented in the D50766. How can I achieve that, without just copying it into the new patch?

I mean, the main question is: what's the status of D50766? I can see that it has been accepted on
Phabricator, but I can't find its code on the master branch.

Thanks in advance,
Mateusz Janek
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20190110/056c7fa5/attachment.html>


More information about the cfe-dev mailing list