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 4ba7b13 commit 458f638Copy full SHA for 458f638
clang-tools-extra/clang-tidy/bugprone/CrtpConstructorAccessibilityCheck.cpp
@@ -119,9 +119,8 @@ void CrtpConstructorAccessibilityCheck::check(
119
120
auto DiagNoteFriendPrivate = [&](const SourceLocation &Loc, bool Friend) {
121
return diag(Loc,
122
- "consider making it private%select{| and declaring the "
123
- "derived class "
124
- "as friend}0",
+ "consider making it private%select{| and declaring the derived "
+ "class as friend}0",
125
DiagnosticIDs::Note)
126
<< Friend;
127
};
0 commit comments