Added comment to ticket number, there are no real changes [ci skip]
This commit is contained in:
parent
8aa37218c2
commit
b0407ea6b4
|
@ -2543,7 +2543,7 @@ private:
|
||||||
}
|
}
|
||||||
|
|
||||||
void identicalConditionAfterEarlyExit() {
|
void identicalConditionAfterEarlyExit() {
|
||||||
check("void f(int x) {\n"
|
check("void f(int x) {\n" // #8137
|
||||||
" if (x > 100) { return; }\n"
|
" if (x > 100) { return; }\n"
|
||||||
" if (x > 100) {}\n"
|
" if (x > 100) {}\n"
|
||||||
"}");
|
"}");
|
||||||
|
|
Loading…
Reference in New Issue