[all-commits] [llvm/llvm-project] 52123c: [libcxx][nfc] Fix the ASAN bots: update expected.p...

Zoe Carver via All-commits all-commits at lists.llvm.org
Wed May 26 14:06:42 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 52123c96c016143ebfff6de76fe83cebd6c1d726
      https://github.com/llvm/llvm-project/commit/52123c96c016143ebfff6de76fe83cebd6c1d726
  Author: zoecarver <z.zoelec2 at gmail.com>
  Date:   2021-05-26 (Wed, 26 May 2021)

  Changed paths:
    M libcxx/test/std/experimental/language.support/support.coroutines/end.to.end/expected.pass.cpp

  Log Message:
  -----------
  [libcxx][nfc] Fix the ASAN bots: update expected.pass.cpp.

Ensures that `get_return_object`'s return type is the same as the return type for the function calling `co_return`. Otherwise, we try to construct an object, then free it, then return it.

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




More information about the All-commits mailing list