[all-commits] [llvm/llvm-project] 440fff: [Clang][Concepts] Avoid substituting into constrai...
Younan Zhang via All-commits
all-commits at lists.llvm.org
Wed Jul 17 04:17:22 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 440fffad7e7231fab766c6e00e47a39ad5a9b95e
https://github.com/llvm/llvm-project/commit/440fffad7e7231fab766c6e00e47a39ad5a9b95e
Author: Younan Zhang <zyn7109 at gmail.com>
Date: 2024-07-17 (Wed, 17 Jul 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/Sema/SemaConcept.cpp
M clang/test/SemaTemplate/instantiate-requires-expr.cpp
Log Message:
-----------
[Clang][Concepts] Avoid substituting into constraints for invalid TemplateDecls (#75697)
Fixes https://github.com/llvm/llvm-project/issues/73885.
Substituting into constraints for invalid TemplateDecls might still
yield dependent expressions and end up crashing later in evaluation.
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