зеркало из https://github.com/github/codeql.git
C++: Accept semantic range analysis test changes due to extra loads in the IR
This commit is contained in:
Родитель
554087161b
Коммит
8b8a2726d4
|
@ -672,7 +672,7 @@ void test17() {
|
||||||
range(i); // $ range===50
|
range(i); // $ range===50
|
||||||
|
|
||||||
i = 20 + (j -= 10);
|
i = 20 + (j -= 10);
|
||||||
range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60
|
range(i); // $ range="==Store: ... += ... | Store: ... = ...+10" range===60 range="==Store: ... -= ...+20"
|
||||||
}
|
}
|
||||||
|
|
||||||
// Tests for unsigned multiplication.
|
// Tests for unsigned multiplication.
|
||||||
|
|
Загрузка…
Ссылка в новой задаче