[all-commits] [llvm/llvm-project] 687651: Fix assertion failure mangling an unresolved templ...

Richard Smith via All-commits all-commits at lists.llvm.org
Sun Sep 24 11:53:19 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68765143c6765a694d40d4c3fea43893cc025433
      https://github.com/llvm/llvm-project/commit/68765143c6765a694d40d4c3fea43893cc025433
  Author: Richard Smith <richard at metafoo.co.uk>
  Date:   2023-09-24 (Sun, 24 Sep 2023)

  Changed paths:
    M clang/lib/AST/ItaniumMangle.cpp
    M clang/test/CodeGenCXX/mangle-concept.cpp

  Log Message:
  -----------
  Fix assertion failure mangling an unresolved template argument that
corresponds to a parameter pack.

Fixes #67244.




More information about the All-commits mailing list