[PATCH] D82904: [clang-tidy] Warn pointer captured in async block
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 30 14:41:41 PDT 2020
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:100
+
+ Finds pointers with the `noescape` attribute that are captured by an
+ asynchronously-executed block.
----------------
Please use double back-ticks for language constructs.
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