[PATCH] D157057: [clang-tidy] Implement cppcoreguidelines CP.52
Eugene Zelenko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 3 17:51:49 PDT 2023
Eugene.Zelenko added inline comments.
================
Comment at: clang-tools-extra/docs/ReleaseNotes.rst:156
+- New :doc:`cppcoreguidelines-no-suspend-with-lock
+ <clang-tidy/checks/cppcoreguidelines/no-suspend-with-lock>` check.
----------------
Please keep alphabetical order in new checks list.
================
Comment at: clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/no-suspend-with-lock.rst:6
+
+Warns when a coroutine suspends while a lock guard object is in scope.
+
----------------
Please synchronize with statement in Release Notes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157057/new/
https://reviews.llvm.org/D157057
More information about the cfe-commits
mailing list