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

John McCall via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 23 14:08:02 PDT 2018


rjmccall added a comment.

Are you sure you shouldn't do it based on some sort of actual annotation based on the frontend's knowledge of types instead of adding semantics for LLVM IR types that were never intended?


https://reviews.llvm.org/D49403





More information about the cfe-commits mailing list