[all-commits] [llvm/llvm-project] f3c2c0: [libc++] Inline small constructors into basic_string

philnik777 via All-commits all-commits at lists.llvm.org
Sun Mar 19 09:53:35 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f3c2c0ffe6745ee50b6f7f960f0b01cfa57d1e19
      https://github.com/llvm/llvm-project/commit/f3c2c0ffe6745ee50b6f7f960f0b01cfa57d1e19
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-03-19 (Sun, 19 Mar 2023)

  Changed paths:
    M libcxx/include/string

  Log Message:
  -----------
  [libc++] Inline small constructors into basic_string

This allows the compiler to inline the constructors.

Reviewed By: ldionne, #libc

Spies: mikhail.ramalho, libcxx-commits

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




More information about the All-commits mailing list