[all-commits] [llvm/llvm-project] 11bb5e: In ExprRequirement building, treat OverloadExpr as...

Erich Keane via All-commits all-commits at lists.llvm.org
Tue Sep 19 08:31:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 11bb5e55dc1fa00f522ce73805d36e0b76819386
      https://github.com/llvm/llvm-project/commit/11bb5e55dc1fa00f522ce73805d36e0b76819386
  Author: Erich Keane <ekeane at nvidia.com>
  Date:   2023-09-19 (Tue, 19 Sep 2023)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaExprCXX.cpp
    M clang/test/SemaTemplate/concepts.cpp

  Log Message:
  -----------
  In ExprRequirement building, treat OverloadExpr as dependent (#66683)

As reported in #66612, we aren't correctly treating the placeholder
expression type correctly, so we ended up trying to get a reference
version of it, and this resulted in an assertion, since the placeholder
type cannot have a reference added.

Fixes: #66612




More information about the All-commits mailing list