Fix some out-of-date doc/FIXMEs, and be clear about our plan.
Depends on https://reviews.llvm.org/D83213.
Paths
| Differential D83215
[AST][RecoveryExpr] Clarify the documentation of RecoveryExpr. AbandonedPublic Authored by hokein on Jul 6 2020, 4:58 AM.
Details
Summary Fix some out-of-date doc/FIXMEs, and be clear about our plan. Depends on https://reviews.llvm.org/D83213.
Diff Detail
Event Timeline
hokein marked 4 inline comments as done. Comment Actionsrefine the doc based on the review comments.
Revision Contents
Diff 275673 clang/include/clang/AST/Expr.h
clang/lib/AST/ComputeDependence.cpp
clang/lib/Sema/SemaExpr.cpp
|
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.