[all-commits] [llvm/llvm-project] 3fe7f6: [NFC] Use std::size(x) Instead of ArrayRef(x).size

serge-sans-paille via All-commits all-commits at lists.llvm.org
Thu Jan 5 06:27:54 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3fe7f6ab2db14be3b0ab9563afb609f4df2dde95
      https://github.com/llvm/llvm-project/commit/3fe7f6ab2db14be3b0ab9563afb609f4df2dde95
  Author: serge-sans-paille <sguelton at mozilla.com>
  Date:   2023-01-05 (Thu, 05 Jan 2023)

  Changed paths:
    M llvm/include/llvm/Bitstream/BitstreamWriter.h

  Log Message:
  -----------
  [NFC] Use std::size(x) Instead of ArrayRef(x).size

This is equivalent for all kind of `x` accepted by ArrayRef.




More information about the All-commits mailing list