[clang] [clang][dataflow] Fully support Environment construction for Stmt analysis. (PR #91616)
Samira Bazuzi via cfe-commits
cfe-commits at lists.llvm.org
Wed May 15 08:44:06 PDT 2024
================
@@ -718,16 +730,24 @@ class Environment {
void pushCallInternal(const FunctionDecl *FuncDecl,
ArrayRef<const Expr *> Args);
+ // FIXME: Add support for resetting globals after function calls to enable
+ // the implementation of sound analyses.
----------------
bazuzi wrote:
Thanks for catching, there was some iteration on the placement of the implementation of `initFieldsGlobalsAndFuncs` and I forgot to move this back.
https://github.com/llvm/llvm-project/pull/91616
More information about the cfe-commits
mailing list