[PATCH] D130353: [Docs] Update GEP docs for opaque pointers

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 05:38:00 PDT 2022


nikic created this revision.
nikic added a reviewer: opaque-pointers.
Herald added a project: All.
nikic requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Update the GEP FAQ to use opaque pointers. This requires more than a syntactic change in some place, because some of the concerns just don't make sense anymore (trying to index past a `ptr` member in a struct for example).


https://reviews.llvm.org/D130353

Files:
  llvm/docs/GetElementPtr.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130353.446804.patch
Type: text/x-patch
Size: 9530 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/37c1d10b/attachment.bin>


More information about the llvm-commits mailing list