"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "72a98545843811f7e59803879237c3017ce8e444"
[clang][dataflow] Update StructValue child when assigning a value
When assigning a value to a storage location of a struct member we need to also update the value in the corresponding `StructValue`. This is part of the implementation of the dataflow analysis framework. See "[RFC] A dataflow analysis framework for Clang AST" on cfe-dev. Reviewed-by: ymandel, xazax.hun Differential Revision: https://reviews.llvm.org/D120414
Loading
Please register or sign in to comment