Skip to content

Commit def2cca

Browse files
committed
~
1 parent ed53afd commit def2cca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

clang-tools-extra/clang-tidy/readability/UseStdMinMaxCheck.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,9 @@ void UseStdMinMaxCheck::check(const MatchFinder::MatchResult &Result) {
202202
const Stmt *Inner = CS->body_front();
203203

204204
// Captures:
205-
// if (cond) { // Comment B ... }
205+
// if (cond) { // Comment B
206+
// ...
207+
// }
206208
// if (cond) { /* Comment B */ x = y; }
207209
AppendNormalized(GetSourceText(CS->getBeginLoc(), Inner->getBeginLoc()));
208210

0 commit comments

Comments
 (0)