[PATCH] D130356: [LangRef] Update for opaque pointers (NFC)

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


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

Update LangRef examples to use opaque pointers in most places. I've retained typed pointers in a few cases where opaque pointers don't make much sense, e.g. pointer to pointer bitcasts.


https://reviews.llvm.org/D130356

Files:
  llvm/docs/LangRef.rst

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130356.446813.patch
Type: text/x-patch
Size: 88894 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220722/66865726/attachment-0001.bin>


More information about the llvm-commits mailing list