[all-commits] [llvm/llvm-project] f8c554: [NFC][ObjectSize] Make method public

Bill Wendling via All-commits all-commits at lists.llvm.org
Sun Jan 7 15:01:28 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8c5541f5a6b6e4806f9fb5ab191d4a7e60609c4
      https://github.com/llvm/llvm-project/commit/f8c5541f5a6b6e4806f9fb5ab191d4a7e60609c4
  Author: Bill Wendling <morbo at google.com>
  Date:   2024-01-07 (Sun, 07 Jan 2024)

  Changed paths:
    M llvm/include/llvm/Analysis/MemoryBuiltins.h

  Log Message:
  -----------
  [NFC][ObjectSize] Make method public

Windows barfs on the 'friend class SizeOffsetType;' statement. Attempt
to fix by making the method called by the "friend" class public.




More information about the All-commits mailing list