[all-commits] [llvm/llvm-project] b19726: [clang] fix template argument conversion (#124386)

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Tue Jan 28 12:25:26 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b1972689a43175451f27098b8fd6f58cf7275229
      https://github.com/llvm/llvm-project/commit/b1972689a43175451f27098b8fd6f58cf7275229
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-01-28 (Tue, 28 Jan 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/include/clang/Sema/Sema.h
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/lib/Sema/TreeTransform.h
    M clang/test/SemaTemplate/cwg2398.cpp

  Log Message:
  -----------
  [clang] fix template argument conversion (#124386)

Converted template arguments need to be converted again, if the
corresponding template parameter changed, as different conversions might
apply in that case.



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