[all-commits] [llvm/llvm-project] 939f5a: libc++: bring back the unsigned in the return type...

philnik777 via All-commits all-commits at lists.llvm.org
Wed Jan 11 23:13:54 PST 2023


  Branch: refs/heads/release/15.x
  Home:   https://github.com/llvm/llvm-project
  Commit: 939f5a33711370697f9ad1de4267cfc7399dfe86
      https://github.com/llvm/llvm-project/commit/939f5a33711370697f9ad1de4267cfc7399dfe86
  Author: Sylvestre Ledru <sylvestre at debian.org>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M libcxx/include/__support/musl/xlocale.h

  Log Message:
  -----------
  libc++: bring back the unsigned in the return type in wcstoull_l

got remove here:
https://github.com/llvm/llvm-project/commit/67b0b02ec9f2bbc57bf8f0550828d97f460ac11f#diff-e41832b8aa26da45585a57c5111531f2e1d07e91a67c4f8bf1cd6d566ae45a2bR42

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

(cherry picked from commit fc87452916c0d8759625aad65e9335778ce9cc68)


  Commit: 8dfdcc7b7bf66834a761bd8de445840ef68e4d1a
      https://github.com/llvm/llvm-project/commit/8dfdcc7b7bf66834a761bd8de445840ef68e4d1a
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2023-01-11 (Wed, 11 Jan 2023)

  Changed paths:
    M libcxx/include/vector
    A libcxx/test/std/containers/sequences/vector.bool/ctor_exceptions.pass.cpp
    A libcxx/test/std/containers/sequences/vector/vector.cons/exceptions.pass.cpp

  Log Message:
  -----------
  [libc++] Fix memory leaks when throwing inside std::vector constructors

Fixes #58392

Reviewed By: ldionne, #libc

Spies: alexfh, hans, joanahalili, dblaikie, libcxx-commits

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


Compare: https://github.com/llvm/llvm-project/compare/948cadd6d424...8dfdcc7b7bf6


More information about the All-commits mailing list