[flang-commits] [PATCH] D144411: [flang][runtime] Add API to help with the difficult array constructor cases

Pete Steinfeld via Phabricator via flang-commits flang-commits at lists.llvm.org
Mon Feb 20 13:07:03 PST 2023


PeteSteinfeld accepted this revision.
PeteSteinfeld added a comment.
This revision is now accepted and ready to land.

All builds and tests correctly and looks good.



================
Comment at: flang/include/flang/Runtime/array-constructor.h:53
+// every time a "from" is pushed past its current extent. At this end of the
+// API calls, it's extent is the extent of the array constructor. If "to" is
+// unallocated and its extent is not null, it is assumed this is the final array
----------------
"it's" should be its ("it's" is a contraction of "it is" while "its" is the possessive pronoun of "it").


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144411



More information about the flang-commits mailing list