================
@@ -492,6 +492,56 @@ transferCFGBlock(const CFGBlock &Block, AnalysisContext 
&AC,
   return State;
 }
 
+static Environment initializeEnvironment(const Environment &InitEnv) {
----------------
ymand wrote:

Why not include this function as part of the Environment API? At the least, 
please include a comment here explaining the choice of location.

https://github.com/llvm/llvm-project/pull/73860
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to