This commit implements check for CP.51 C++ Core Guidelines
Depends on D137514
Paths
| Differential D145720
[clang-tidy] Finish cppcoreguidelines-avoid-capturing-lambda-coroutines check ClosedPublic Authored by PiotrZSL on Mar 9 2023, 12:40 PM.
Details
Diff Detail
Event TimelineEugene.Zelenko added inline comments. This revision is now accepted and ready to land.Mar 9 2023, 6:09 PM Closed by commit rG17d403f66443: [clang-tidy] Finish cppcoreguidelines-avoid-capturing-lambda-coroutines check (authored by PiotrZSL). · Explain WhyMar 10 2023, 6:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 504124 clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidCapturingLambdaCoroutinesCheck.h
clang-tools-extra/clang-tidy/cppcoreguidelines/AvoidCapturingLambdaCoroutinesCheck.cpp
clang-tools-extra/docs/ReleaseNotes.rst
clang-tools-extra/docs/clang-tidy/checks/cppcoreguidelines/avoid-capturing-lambda-coroutines.rstclang-tools-extra/docs/clang-tidy/checks/list.rst
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/Inputs/system/coroutines.h
clang-tools-extra/test/clang-tidy/checkers/cppcoreguidelines/avoid-capturing-lambda-coroutines.cpp
|
Just Flags.