[PATCH] D153006: [clang][dataflow] Perform deep copies in copy and move operations.
Fangrui Song via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 26 14:00:29 PDT 2023
MaskRay added inline comments.
================
Comment at: clang/lib/Analysis/FlowSensitive/RecordOps.cpp:20
+
+void copyRecord(AggregateStorageLocation &Src, AggregateStorageLocation &Dst,
+ Environment &Env) {
----------------
See https://llvm.org/docs/CodingStandards.html#use-namespace-qualifiers-to-implement-previously-declared-functions
I'll change this.
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