[PATCH] D41405: Fix an assertion failure regression in isDesignatorAtObjectEnd for __builtin_object_size with incomplete array type in struct

Alex Lorenz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 19 11:03:03 PST 2017


arphaman added a comment.

Note that even though there is a discrepancy between GCC and Clang, this patch does not change Clang's behavior in this instance as it emitted -1 previously as well


Repository:
  rC Clang

https://reviews.llvm.org/D41405





More information about the cfe-commits mailing list