Introduce a new cc1 flag to enable build the dependent AST nodes for C.
see the whole view in: https://reviews.llvm.org/D85025
Differential D84226
[AST][RecoveryExpr] Part1: Support dependent binary operator in C for error recovery. hokein on Jul 21 2020, 2:41 AM. Authored by
Details Introduce a new cc1 flag to enable build the dependent AST nodes for C. see the whole view in: https://reviews.llvm.org/D85025
Diff Detail
Event Timeline
Comment Actions
Comment Actions address comments:
Comment Actions address comments.
|
This is a bit hard to follow.
I think it's two separate sentences, and the second is something like
"If this condition is false, typo correction must be performed eagerly rather than delayed in many places, as it makes use of dependent types".