[all-commits] [llvm/llvm-project] c52264: [clang] fix a crash in error recovery in expressio...

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Tue Apr 15 19:02:38 PDT 2025


  Branch: refs/heads/users/mizvekov/GH135621
  Home:   https://github.com/llvm/llvm-project
  Commit: c52264e0cebe9e32cb92670779e8fb07e63eca5a
      https://github.com/llvm/llvm-project/commit/c52264e0cebe9e32cb92670779e8fb07e63eca5a
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-04-15 (Tue, 15 Apr 2025)

  Changed paths:
    M clang/docs/ReleaseNotes.rst
    M clang/lib/AST/Type.cpp
    M clang/lib/Sema/SemaExpr.cpp
    M clang/test/SemaTemplate/recovery-crash.cpp

  Log Message:
  -----------
  [clang] fix a crash in error recovery in expressions resolving to templates

We were using AssumedTemplate incorrectly for error recovery.

Fixes #135621



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