[PATCH] D132142: [analyzer] Prefer wrapping SymbolicRegions by ElementRegions
Balázs Benics via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 19 01:30:46 PDT 2022
steakhal added inline comments.
================
Comment at: clang/test/Analysis/trivial-copy-struct.cpp:26
+
+ clang_analyzer_dump(n1); // expected-warning {{&SymRegion{reg_$2<Node * n1>}}}
+ clang_analyzer_dump(n2); // expected-warning {{&HeapSymRegion{conj_$1{Node *, LC1, S1855, #1}}}}
----------------
and in the rest of the cases
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132142/new/
https://reviews.llvm.org/D132142
More information about the cfe-commits
mailing list