[clang] [Clang] Avoid crash when expression requirements are substitution failures (PR #176896)
Thibault Monnier via cfe-commits
cfe-commits at lists.llvm.org
Tue Jan 20 06:59:37 PST 2026
================
@@ -123,6 +123,7 @@ Bug Fixes to Attribute Support
Bug Fixes to C++ Support
^^^^^^^^^^^^^^^^^^^^^^^^
+- Fixed a crash when instantiating ``requires`` expressions involving substitution failures in C++ concepts. (#GH176402)
----------------
Thibault-Monnier wrote:
I don’t think you should be modifying this file.
https://github.com/llvm/llvm-project/pull/176896
More information about the cfe-commits
mailing list