[PATCH] D104052: [clang] Fix CallExpr dependence bit may not respecting all its arguments.

Sam McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 30 08:22:12 PDT 2021


sammccall accepted this revision.
sammccall added inline comments.
This revision is now accepted and ready to land.


================
Comment at: clang/include/clang/AST/Expr.h:2991
+  /// ! the dependence bits might be stale after calling this setter, it is
+  /// *caller*'s responsibility to recompute them.
   void setArg(unsigned Arg, Expr *ArgExpr) {
----------------
by calling computeDependence()


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D104052/new/

https://reviews.llvm.org/D104052



More information about the cfe-commits mailing list