[PATCH] D143735: [clang][dataflow] Convert nonnull pointer parameter to a reference.

Yitzhak Mandelbaum via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 10 07:47:21 PST 2023


ymandel added a comment.

Just realized this is actually more complicated to change, assuming I also want to update all the derived classes. For now, I'll limit the scope of the change to these files, but I'll follow up with an overload-based solution to admit either kind of derived class until we can port them all over to then new signature.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143735



More information about the cfe-commits mailing list