Commit 14335be
authored
[Clang][NFC] Minor constraint satisfaction checking cleanup (#134059)
We had a weird, incorrect, "ConstraintEvaluator" object that was not
useful for anything, so I removed that.
I also changed the CheckConstraintSatisfaction overload that just took
an Expr* as this did not make much sense at all.
Satisfaction checking is still fairly wrong,
we do not follow the standard that requires we only substitute into the
mapping of the normal form, so we produce errors for incorrect
substitution into concepts id, even though we should not.1 parent a0b75b9 commit 14335be
File tree
3 files changed
+207
-217
lines changed- clang
- include/clang/Sema
- lib/Sema
3 files changed
+207
-217
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14597 | 14597 | | |
14598 | 14598 | | |
14599 | 14599 | | |
14600 | | - | |
14601 | | - | |
| 14600 | + | |
| 14601 | + | |
| 14602 | + | |
14602 | 14603 | | |
14603 | 14604 | | |
14604 | 14605 | | |
| |||
0 commit comments