[all-commits] [llvm/llvm-project] 0713bf: [libc++] Inline small functions inside vector (#11...

Louis Dionne via All-commits all-commits at lists.llvm.org
Mon Nov 4 07:44:48 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0713bf9cc34e75572058b46f712d37031762fa9d
      https://github.com/llvm/llvm-project/commit/0713bf9cc34e75572058b46f712d37031762fa9d
  Author: Louis Dionne <ldionne.2 at gmail.com>
  Date:   2024-11-04 (Mon, 04 Nov 2024)

  Changed paths:
    M libcxx/include/__vector/vector.h

  Log Message:
  -----------
  [libc++] Inline small functions inside vector (#114567)

This helps with readability since the reader doesn't need to jump around
a bunch of times only to read functions that are implemented in 1 or 2
lines of code.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list