[PATCH] D153006: [clang][dataflow] Perform deep copies in copy and move operations.
Martin Böhme via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 21:43:10 PDT 2023
mboehme marked an inline comment as done.
mboehme added inline comments.
================
Comment at: clang/lib/Analysis/FlowSensitive/RecordOps.cpp:20
+
+void copyRecord(AggregateStorageLocation &Src, AggregateStorageLocation &Dst,
+ Environment &Env) {
----------------
MaskRay wrote:
> See https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions
>
> I'll change this.
Thanks for pointing this out!
https://reviews.llvm.org/D153833
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