[PATCH] D49403: More aggressively complete RecordTypes with Function Pointers

Olga Chupina via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 25 09:24:53 PDT 2018


olga.chupina added a comment.

I should probably add one more example to explain my point of view.
Suppose we have an indirect call in the program and we need to know all possible goals for this indirect call. Then we would like to know that one of the structure fields is a function pointer and it can be a candidate for indirect call resolution.


https://reviews.llvm.org/D49403





More information about the cfe-commits mailing list