[PATCH] D27478: Make ASTContext::getDeclAlign return the correct alignment for FunctionDecls

Akira Hatanaka via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 12 17:28:06 PST 2016


ahatanak added a comment.

This doesn't happen for objective-c block pointers. Sema::CheckCastAlign returns early when the type isn't a PointerType (BlockPointerType isn't a subclass of PointerType).


https://reviews.llvm.org/D27478





More information about the cfe-commits mailing list