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 5f23dff commit 4c41332Copy full SHA for 4c41332
clang-tools-extra/clang-tidy/bugprone/DefaultLambdaCaptureCheck.h
@@ -16,7 +16,7 @@ namespace clang::tidy::bugprone {
16
/** Flags lambdas that use default capture modes
17
*
18
* For the user-facing documentation see:
19
- * http://clang.llvm.org/extra/clang-tidy/checks/bugprone/default-lambda-capture.html
+ * https://clang.llvm.org/extra/clang-tidy/checks/bugprone/default-lambda-capture.html
20
*/
21
class DefaultLambdaCaptureCheck : public ClangTidyCheck {
22
public:
0 commit comments