dblaikie added inline comments.

================
Comment at: lib/Analysis/Consumed.cpp:752
+  handleCall(Call, nullptr,
+             llvm::makeArrayRef(Call->getArgs(), Call->getNumArgs()),
+             FunDecl);
----------------
probably use "Call->arguments()" here & in the other places that need an range 
of the arguments? (& if that can be an ArrayRef - updating CallExpr's 
arguments() and the arg_range and const_arg_range to use/be ArrayRef would be 
good)


Repository:
  rC Clang

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

https://reviews.llvm.org/D67647



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to