[PATCH] D82904: [clang-tidy] Warn pointer captured in async block
Ellis Hoag via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jul 7 10:52:04 PDT 2020
ellis marked an inline comment as done.
ellis 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) {
----------------
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.
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