[all-commits] [llvm/llvm-project] 34a1da: [Clang] Mark a concept as being invalid if the con...
Oliver Hunt via All-commits
all-commits at lists.llvm.org
Thu Jul 10 17:33:24 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34a1daae8390184a7f7072c49a5f47ce24287d59
https://github.com/llvm/llvm-project/commit/34a1daae8390184a7f7072c49a5f47ce24287d59
Author: Oliver Hunt <oliver at apple.com>
Date: 2025-07-10 (Thu, 10 Jul 2025)
Changed paths:
M clang/lib/Sema/SemaTemplate.cpp
M clang/test/SemaCXX/concept-crash-on-diagnostic.cpp
Log Message:
-----------
[Clang] Mark a concept as being invalid if the constraint is invalid (#147938)
Make sure to mark a concept decl as being invalid if the constraint is
invalid.
Fixes #138823
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