[PATCH] D150892: [clang][ExprConstant] fix __builtin_object_size for flexible array members
Nick Desaulniers via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu May 18 11:59:01 PDT 2023
nickdesaulniers added a comment.
This also changes the behavior of `__builtin_dynamic_object_size` (see @kees ' full example: https://github.com/llvm/llvm-project/issues/62789#issue-1714764560). s/changes/fixes/. Let me add more tests and notes about that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D150892/new/
https://reviews.llvm.org/D150892
More information about the cfe-commits
mailing list