[PATCH] D76424: [AST] Use TypeDependence bitfield to calculate dependence on Types. NFC
Sam McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 19 04:17:18 PDT 2020
sammccall added a comment.
This mostly corresponds to the Expr refactoring in ec3060c72de6ab6992269318d92764199856e5fe <https://reviews.llvm.org/rGec3060c72de6ab6992269318d92764199856e5fe>, without the followup moving it to ComputeDependence yet.
I used a constructor param to assist in the refactoring and because most cases are really simple.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76424/new/
https://reviews.llvm.org/D76424
More information about the cfe-commits
mailing list