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 4799052 commit 92db784Copy full SHA for 92db784
clang-tools-extra/clang-tidy/readability/RedundantParenthesesCheck.h
@@ -17,7 +17,7 @@ namespace clang::tidy::readability {
17
/// Detect redundant parentheses.
18
///
19
/// For the user-facing documentation see:
20
-/// http://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-parentheses.html
+/// https://clang.llvm.org/extra/clang-tidy/checks/readability/redundant-parentheses.html
21
class RedundantParenthesesCheck : public ClangTidyCheck {
22
public:
23
RedundantParenthesesCheck(StringRef Name, ClangTidyContext *Context)
0 commit comments