[PATCH] D148554: [dataflow] Extract arena for Value/StorageLocation out of DataflowAnalysisContext
Dmitri Gribenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Apr 17 12:08:05 PDT 2023
gribozavr2 accepted this revision.
gribozavr2 added inline comments.
This revision is now accepted and ready to land.
================
Comment at: clang/include/clang/Analysis/FlowSensitive/Arena.h:15-16
+
+// The Arena owns the objects that model data within an analysis.
+// Currently this is mostly Values and StorageLocations.
+class Arena {
----------------
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148554/new/
https://reviews.llvm.org/D148554
More information about the cfe-commits
mailing list