[PATCH] D83213: [clang][RecoveryExpr] Clarify the dependence-bits documentation.

2020-07-13 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG6ac9e589f869: [clang][RecoveryExpr] Clarify the dependence-bits documentation. (authored by hokein). Changed prior to commit: https://reviews.llvm.org/D83213?vs=277332&id=277358#toc Repository: rG LL

[PATCH] D83213: [clang][RecoveryExpr] Clarify the dependence-bits documentation.

2020-07-12 Thread Haojian Wu via Phabricator via cfe-commits
hokein added inline comments. Comment at: clang/lib/AST/ComputeDependence.cpp:502 + // dependent type), or the type is known and dependent, or it has + // type-dependent subexpressions auto D = toExprDependence(E->getType()->getDependence()) | sammcc