We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3643f35 commit 6a599b3Copy full SHA for 6a599b3
clang-tools-extra/clang-tidy/bugprone/CaptureThisByFieldCheck.h
@@ -15,8 +15,9 @@
15
16
namespace clang::tidy::bugprone {
17
18
-/// Finds lambda captures that capture the ``this`` pointer and store it as class
19
-/// members without handle the copy and move constructors and the assignments.
+/// Finds lambda captures that capture the ``this`` pointer and store it as
+/// class members without handle the copy and move constructors and the
20
+/// assignments.
21
///
22
/// For the user-facing documentation see:
23
/// http://clang.llvm.org/extra/clang-tidy/checks/bugprone/capture-this-by-field.html
0 commit comments