[PATCH] D29599: Clang Changes for alloc_align

Marina Yatsina via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 19 02:32:19 PDT 2017


myatsina added inline comments.


================
Comment at: test/CodeGen/alloc-align-attr.c:19
+}
+// Condition where test2 param needs casting.
+__INT32_TYPE__ test2(__SIZE_TYPE__ a) {
----------------
Where exactly do we see this test2 param casting?
I think you have a missing check before the m1 call


https://reviews.llvm.org/D29599





More information about the cfe-commits mailing list