[all-commits] [llvm/llvm-project] bfddbd: Fix out of line Concept-comparisons of NestedNameS...

Erich Keane via All-commits all-commits at lists.llvm.org
Tue Sep 12 06:40:45 PDT 2023


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

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/Sema/SemaTemplateInstantiate.cpp
    M clang/test/SemaTemplate/concepts-out-of-line-def.cpp

  Log Message:
  -----------
  Fix out of line Concept-comparisons of NestedNameSpecifiers (#65993)

As reported in GH65810, we don't properly collect ALL of the template
parameters in a nested name specifier, and were only doing the 'inner
level'.

This patch makes sure we collect from all levels.

Fixes: #65810




More information about the All-commits mailing list