[PATCH] D38141: Annotate function parameters with attribute 'noescape'
Kuba (Brecka) Mracek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 21 10:43:59 PDT 2017
kubamracek added a comment.
That's what we should do here. Since the file includes dispatch.h, we should be able to just use the `DISPATCH_NOESCAPE` macro, which already uses `#if __has_attribute`.
https://reviews.llvm.org/D38141
More information about the llvm-commits
mailing list