Refactor return value of StoreManager::attemptDownCast function by removing the last parameter bool &Failed and replace the return value SVal with Optional<SVal>. Make the function consistent with the family of evalDerivedToBase by renaming it to evalBaseToDerived. Align the code on the call side with these changes.
Details
Details
Diff Detail
Diff Detail
Unit Tests
Unit Tests
Time | Test | |
---|---|---|
70 ms | x64 debian > LLVM.Bindings/Go::go.test |