[PATCH] D95080: [flang] Fix creation of deferred shape arrays by POINTER statement

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 26 09:22:02 PST 2021


MaskRay added a comment.

In your commit the message does not include `Reviewed by:`. Many people agree that both `Reviewed by:` & `Differential Revision:` should be present. The `Reviewed by:` list indicates people who acknowledged the patch. (The `Reviewers:` list does not necessarily mean all the people on the list have acknowledged the patch so `Reviewers:` is mostly useless.)

`arc amend` can fetch the Phabricator summary and amend the local description.

You can install `llvm/.git/hooks/pre-push` to prevent accidental `Summary:`, `Reviewers:`, `Subscribers:` and `Tags:`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95080/new/

https://reviews.llvm.org/D95080



More information about the llvm-commits mailing list