[all-commits] [llvm/llvm-project] f0c66e: [clang] build UnresolvedUsingType for constructor ...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Wed Aug 20 11:32:19 PDT 2025


  Branch: refs/heads/users/mizvekov/GH154436
  Home:   https://github.com/llvm/llvm-project
  Commit: f0c66e9c4a596eebf710106bd41790987bfca16f
      https://github.com/llvm/llvm-project/commit/f0c66e9c4a596eebf710106bd41790987bfca16f
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-08-20 (Wed, 20 Aug 2025)

  Changed paths:
    M clang/lib/Sema/SemaDeclCXX.cpp
    M clang/test/SemaTemplate/class-template-ctor-initializer.cpp

  Log Message:
  -----------
  [clang] build UnresolvedUsingType for constructor initializers

When building the base type for constructor initializer, the case of an
UnresolvedUsingType was not being handled.

For the non-dependent case, we are also skipping adding the UsingType, but
this is just missing information in the AST. A FIXME for this is added.

This fixes a regression introduced in #147835, which was never released, so
there are no release notes.

Fixes #154436



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list