[all-commits] [llvm/llvm-project] d0ce36: [C++20] [Modules] Fix a crash when instantiate hid...

Chuanqi Xu via All-commits all-commits at lists.llvm.org
Mon Jan 2 21:39:51 PST 2023


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

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
    A clang/test/Modules/pr54457.cppm

  Log Message:
  -----------
  [C++20] [Modules] Fix a crash when instantiate hidden friends

Closes https://github.com/llvm/llvm-project/issues/54457.

This removes a FIXME we found previously. But we didn't remove the FIXME
that time due to the lack of the corresponding test. And now we found
the corresponding test so we can remove it.




More information about the All-commits mailing list