[PATCH] D153006: [clang][dataflow] Perform deep copies in copy and move operations.

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 15 08:41:10 PDT 2023


xazax.hun added inline comments.


================
Comment at: clang/lib/Analysis/FlowSensitive/RecordOps.cpp:56-57
+
+  llvm::iterator_range<
+      llvm::DenseMap<const ValueDecl *, Value *>::const_iterator>
+      DstChildren = DstVal->children();
----------------
I know we usually like to mention types at least once, but wonder whether ranges/iterators are actually exceptions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153006



More information about the cfe-commits mailing list