Fix some out-of-date doc/FIXMEs, and be clear about our plan.
Depends on https://reviews.llvm.org/D83213.
Differential D83215
[AST][RecoveryExpr] Clarify the documentation of RecoveryExpr. hokein on Jul 6 2020, 4:58 AM. Authored by
Details
Fix some out-of-date doc/FIXMEs, and be clear about our plan. Depends on https://reviews.llvm.org/D83213.
Diff Detail
Unit Tests Event Timeline
Comment Actions refine the doc based on the review comments.
|
this could be a little more specific (e.g. what does C++ only mean)...
FIXME: RecoveryExpr is currently generated by default in C++ mode only, as dependence isn't handled properly on several C-only codepaths.