"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4840515dff32015260bf7e4b11c661ad53609dbc"
1. When a pointer to struct is used as an argument, GRSimpleVals::EvalCall()
sets the whole struct to Unknown. Then we cannot assume the V passed to BindStruct() is always a CompoundVal. When it is an UnknownVal, we call BindStructToVal(UnknownVal). 2. Change the signature of InitializeStructToUndefined() to BindStructToVal() to reuse the code. llvm-svn: 58564
Loading
Please register or sign in to comment