[all-commits] [llvm/llvm-project] 228462: Fix one of the regressions found in revert of conc...

Erich Keane via All-commits all-commits at lists.llvm.org
Wed Jan 25 06:02:03 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 228462f755f0d459882b19115c60e8872a057b25
      https://github.com/llvm/llvm-project/commit/228462f755f0d459882b19115c60e8872a057b25
  Author: Erich Keane <erich.keane at intel.com>
  Date:   2023-01-25 (Wed, 25 Jan 2023)

  Changed paths:
    M clang/lib/Sema/SemaExprCXX.cpp
    A clang/test/SemaTemplate/sugar-crashes.cpp

  Log Message:
  -----------
  Fix one of the regressions found in revert of concept sugaring

It seems that the sugaring patches had some pretty significant
interdependencies, and at least one issue exists that requires part of
the concept-sugaring patch.  I don't believe this to have anything to do
with the increased compile-times that were seen, so hopefully this will
fix our problems without further regressions.

See https://reviews.llvm.org/rG12cb1cb3720de8d164196010123ce1a8901d8122
for discussion.

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




More information about the All-commits mailing list