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

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


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