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

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


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