[PATCH] D142534: Fix emission of consteval constructor of derived type
Mariya Podchishchaeva via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jan 25 08:01:42 PST 2023
Fznamznon added a comment.
In D142534#4079958 <https://reviews.llvm.org/D142534#4079958>, @shafik wrote:
> I think having a link to the github issue in the summary allows for the issue be closed automatically when you commit. Is this correct @aaron.ballman I have been doing this for a while and they get closed when I commit but maybe there is another mechanism involved.
This works at least for GitHub pull requests, see https://docs.github.com/en/issues/tracking-your-work-with-issues/linking-a-pull-request-to-an-issue . We've been using this in a downstream project. I was hoping it works in the same way for commits, so added issue ID to a commit message.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142534/new/
https://reviews.llvm.org/D142534
More information about the cfe-commits
mailing list