================
@@ -853,31 +854,47 @@ struct GraphTraits<ArgumentGraph *> : public
GraphTraits<ArgumentGraphNode *> {
static ChildIteratorType nodes_end(ArgumentGraph *AG) { return AG->end(); }
};
+struct ArgProperties {
----------------
steffenlarsen wrote:
The name is a little generic. If we always expect it to track access (if you
can call freeing "access") then maybe something like `ArgAccessProperties`?
https://github.com/llvm/llvm-project/pull/201591
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits