[PATCH] D154689: [clang] Correct calculation of MemberExpr's dependence
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jul 7 02:33:04 PDT 2023
cor3ntin added inline comments.
================
Comment at: clang/lib/AST/Expr.cpp:1760
+ // FIXME: remove remaining dependence computation to computeDependence().
+ auto Deps = E->getDependence();
----------------
Maybe we should do that now, by passing `TemplateArgs` to computeDependence?
Otherwise there is a good chance that fixme never gets fixed !
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154689/new/
https://reviews.llvm.org/D154689
More information about the cfe-commits
mailing list