[all-commits] [llvm/llvm-project] 7ac7ec: [LangRef] Update for opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Jul 25 00:46:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7ac7ec820296684cfa25699afe0a7aba25a8b926
      https://github.com/llvm/llvm-project/commit/7ac7ec820296684cfa25699afe0a7aba25a8b926
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-07-25 (Mon, 25 Jul 2022)

  Changed paths:
    M llvm/docs/LangRef.rst

  Log Message:
  -----------
  [LangRef] Update for opaque pointers (NFC)

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.

Differential Revision: https://reviews.llvm.org/D130356




More information about the All-commits mailing list