[PATCH] D148554: [dataflow] Extract arena for Value/StorageLocation out of DataflowAnalysisContext

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 18 00:43:36 PDT 2023


mboehme added inline comments.


================
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 {
----------------
gribozavr2 wrote:
> 
While we're at it, put `Arena` in backticks as well?


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