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

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Tue Apr 15 18:13:17 PDT 2025


  Branch: refs/heads/users/mizvekov/GH135621
  Home:   https://github.com/llvm/llvm-project
  Commit: c2a06ac2819014546e60202ce520e5e327f53e5f
      https://github.com/llvm/llvm-project/commit/c2a06ac2819014546e60202ce520e5e327f53e5f
  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