[all-commits] [llvm/llvm-project] c02727: [msan] Add static to some msan allocator functions

Z via All-commits all-commits at lists.llvm.org
Thu Apr 29 21:50:09 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c027272ac260785849ae8afbb26742d5b7499ae5
      https://github.com/llvm/llvm-project/commit/c027272ac260785849ae8afbb26742d5b7499ae5
  Author: Jianzhou Zhao <jianzhouzh at google.com>
  Date:   2021-04-30 (Fri, 30 Apr 2021)

  Changed paths:
    M compiler-rt/lib/msan/msan_allocator.cpp

  Log Message:
  -----------
  [msan] Add static to some msan allocator functions

This is to help review refactor the allocator code.
So it is easy to see which are the real public interfaces.

Reviewed By: vitalybuka

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




More information about the All-commits mailing list