[PATCH] D147326: [clang][dataflow][NFC] Share code between Environment ctor and pushCallInternal().

Martin Böhme via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 3 00:03:29 PDT 2023


mboehme added inline comments.


================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:465
+  /// referenced in `FuncDecl`. `FuncDecl` must have a body.
+  void initVars(const FunctionDecl *FuncDecl);
 
----------------
ymandel wrote:
> xazax.hun wrote:
> > I wonder if we should rename this to something like `initFieldAndGlobals`.
> +1
Done.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D147326/new/

https://reviews.llvm.org/D147326



More information about the cfe-commits mailing list