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 ed53afd commit def2ccaCopy full SHA for def2cca
clang-tools-extra/clang-tidy/readability/UseStdMinMaxCheck.cpp
@@ -202,7 +202,9 @@ void UseStdMinMaxCheck::check(const MatchFinder::MatchResult &Result) {
202
const Stmt *Inner = CS->body_front();
203
204
// Captures:
205
- // if (cond) { // Comment B ... }
+ // if (cond) { // Comment B
206
+ // ...
207
+ // }
208
// if (cond) { /* Comment B */ x = y; }
209
AppendNormalized(GetSourceText(CS->getBeginLoc(), Inner->getBeginLoc()));
210
0 commit comments