"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "4d5dc3e7e54a7fcea7eeb6951d88f2c72001fb7e"
[analyzer] Don't inline virtual calls unless we can devirtualize properly.
Previously we were using the static type of the base object to inline methods, whether virtual or non-virtual. Now, we try to see if the base object has a known type, and if so ask for its implementation of the method. llvm-svn: 160094
Loading
Please register or sign in to comment