[all-commits] [llvm/llvm-project] 16b6c8: [clang] fix a crash for uses of a pseudo-destructo...
Matheus Izvekov via All-commits
all-commits at lists.llvm.org
Fri Jul 17 13:07:16 PDT 2026
Branch: refs/heads/users/mizvekov/GH209908
Home: https://github.com/llvm/llvm-project
Commit: 16b6c8da89872effded63637b343ff26e61be13f
https://github.com/llvm/llvm-project/commit/16b6c8da89872effded63637b343ff26e61be13f
Author: Matheus Izvekov <mizvekov at gmail.com>
Date: 2026-07-17 (Fri, 17 Jul 2026)
Changed paths:
M clang/docs/ReleaseNotes.md
M clang/lib/Sema/SemaCXXScopeSpec.cpp
M clang/test/SemaTemplate/destructor-template.cpp
Log Message:
-----------
[clang] fix a crash for uses of a pseudo-destructor of enum without definition
Lookup for the destuctor name in the object type only applies to record types.
Fixes #209808
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