[all-commits] [llvm/llvm-project] d2b0b2: [Coroutines] Pass size parameter for deallocation ...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Mon Feb 6 08:23:01 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2b0b26132ce5d3d9022edbf274f01e9de764673
      https://github.com/llvm/llvm-project/commit/d2b0b26132ce5d3d9022edbf274f01e9de764673
  Author: Chuanqi Xu <yedeng.yd at linux.alibaba.com>
  Date:   2023-02-07 (Tue, 07 Feb 2023)

  Changed paths:
    M clang/lib/Sema/SemaCoroutine.cpp
    M clang/test/SemaCXX/coroutine-dealloc.cpp

  Log Message:
  -----------
  [Coroutines] Pass size parameter for deallocation function when qualified

Close https://github.com/llvm/llvm-project/issues/60545.

Previously, we would only pass the size parameter to the deallocation
function if the type is completely the same. But it is good enough to
make them unqualified the smae.




More information about the All-commits mailing list