[all-commits] [llvm/llvm-project] bd2649: [Clang] Convert ConstraintRefersToContainingTempla...

Younan Zhang via All-commits all-commits at lists.llvm.org
Fri Sep 5 19:44:04 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd2649ad481096d383173691b1e38dff2f373f3c
      https://github.com/llvm/llvm-project/commit/bd2649ad481096d383173691b1e38dff2f373f3c
  Author: Younan Zhang <zyn7109 at gmail.com>
  Date:   2025-09-06 (Sat, 06 Sep 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/DynamicRecursiveASTVisitor.cpp
    M clang/lib/Sema/SemaTemplate.cpp
    M clang/test/SemaTemplate/concepts-friends.cpp

  Log Message:
  -----------
  [Clang] Convert ConstraintRefersToContainingTemplateChecker to using RAV (#157062)

We previously employed a TreeTransform to perform a task that should
have been achieved by RAV. The TreeTransform approach was a bit
wasteful, as we discarded the transform result and incurred some
incorrect semantic analysis.

Fixes https://github.com/llvm/llvm-project/issues/156225



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