[PATCH] D82904: [clang-tidy] Warn pointer captured in async block
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 7 10:55:32 PDT 2020
aaron.ballman added inline comments.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/bugprone-no-escape.rst:13
+
+ .. code-block:: objc
+ void foo(__attribute__((noescape)) int *p) {
----------------
ellis wrote:
> It looks like I triggered a build failure for the clang-tools docs http://lab.llvm.org:8011/builders/clang-tools-sphinx-docs/builds/62418
>
> I think the fix is to add a new line here, but I haven't been able to test it locally.
I pushed that fix up before getting your email. I'll keep an eye on the bot to ensure the fix worked. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82904/new/
https://reviews.llvm.org/D82904
More information about the cfe-commits
mailing list