[PATCH] D157057: [clang-tidy] Implement cppcoreguidelines CP.52
Chris Cotter via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Aug 3 17:17:22 PDT 2023
ccotter created this revision.
Herald added subscribers: PiotrZSL, carlosgalvezp, shchenz, kbarton, xazax.hun, nemanjai.
Herald added a reviewer: njames93.
Herald added a project: All.
ccotter requested review of this revision.
Herald added a project: clang-tools-extra.
Herald added a subscriber: cfe-commits.
Flag code that suspends a coroutine while a lock is held.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D157057
Files:
clang-tools-extra/clang-tidy/cppcoreguidelines/CMakeLists.txt
clang-tools-extra/clang-tidy/cppcoreguidelines/CppCoreGuidelinesTidyModule.cpp
clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.cpp
clang-tools-extra/clang-tidy/cppcoreguidelines/NoSuspendWithLockCheck.h
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/no-suspend-with-lock.rst
clang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/no-suspend-with-lock.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D157057.547058.patch
Type: text/x-patch
Size: 15195 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230804/d192c2b1/attachment.bin>
More information about the cfe-commits
mailing list