[all-commits] [llvm/llvm-project] 618382: [libc][NFC] Clean up the memory buffer handling fo...

Joseph Huber via All-commits all-commits at lists.llvm.org
Mon May 15 09:30:40 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6183826212f7c943b9f03c7d470ab058c53dd491
      https://github.com/llvm/llvm-project/commit/6183826212f7c943b9f03c7d470ab058c53dd491
  Author: Joseph Huber <jhuber6 at vols.utk.edu>
  Date:   2023-05-15 (Mon, 15 May 2023)

  Changed paths:
    M libc/src/__support/RPC/rpc.h
    M libc/src/__support/RPC/rpc_util.h

  Log Message:
  -----------
  [libc][NFC] Clean up the memory buffer handling for RPC

We do a lot of arithmetic on void pointers here, so include a helper and
make some more consistent names. Changes no functionality.

Reviewed By: JonChesterfield

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




More information about the All-commits mailing list