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

Matheus Izvekov via All-commits all-commits at lists.llvm.org
Tue Apr 15 22:09:54 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2a024046217a1acae4806328ac77bd88648c2bab
      https://github.com/llvm/llvm-project/commit/2a024046217a1acae4806328ac77bd88648c2bab
  Author: Matheus Izvekov <mizvekov at gmail.com>
  Date:   2025-04-16 (Wed, 16 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 (#135893)

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