[PATCH] D117091: [Clang] Add attributes alloc_size and alloc_align to mm_malloc

Dávid Bolvanský via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jan 24 23:17:37 PST 2022


xbolva00 added a comment.

In D117091#3267980 <https://reviews.llvm.org/D117091#3267980>, @reames wrote:

> In D117091#3265986 <https://reviews.llvm.org/D117091#3265986>, @xbolva00 wrote:
>
>> Ping @reames
>
> Not qualified to review clang/c++ library semantic changes.
>
> Also, did we implement allocalign in LLVM?  Last I knew it was a clang only attribute.   If we did, it's missing from LangRef.

I checked it and it is implemented as call site (alignment) assumption


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D117091/new/

https://reviews.llvm.org/D117091



More information about the cfe-commits mailing list