[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:29:43 PDT 2017
kubamracek added a comment.
What happens when building this code with a compiler that doesn't understand `__attribute__((__noescape__))`? Is it just ignored?
https://reviews.llvm.org/D38141
More information about the llvm-commits
mailing list