Crash inside TemplateInstantiator on complex constraint expressions #62110
Labels
clang:frontend
Language frontend issues, e.g. anything involving "Sema"
crash
Prefer [crash-on-valid] or [crash-on-invalid]
To reproduce the issue one has to reapply the changes from
60bee9f
p.s.
inside
TransformRequiresExpr
we seem to take care ofE->getLocalParameters()
(see also https://github.com/llvm/llvm-project/blob/main/clang/lib/Sema/SemaTemplateInstantiate.cpp#L1374) ,
but if the parameters are referenced inside
Requirements
we get into trouble.cc: @erichkeane
The text was updated successfully, but these errors were encountered: