[PATCH] D137948: [clang][dataflow] Add widening API and implement it for built-in boolean model.

Stanislav Gatev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 22 07:23:21 PST 2022


sgatev accepted this revision.
sgatev added inline comments.


================
Comment at: clang/include/clang/Analysis/FlowSensitive/DataflowEnvironment.h:467
+
+  //`DeclContext` of the block being analysed if provided.
   std::vector<const DeclContext *> CallStack;
----------------



================
Comment at: clang/lib/Analysis/FlowSensitive/DataflowEnvironment.cpp:418-419
+    Effect = LatticeJoinEffect::Changed;
+
+
+  return Effect;
----------------



Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D137948



More information about the cfe-commits mailing list