mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
C++: Accept test changes.
This commit is contained in:
@@ -692,7 +692,7 @@ void test_static_local_9() {
|
|||||||
|
|
||||||
void increment_buf(int** buf) { // $ ast-def=buf ir-def=*buf ir-def=**buf
|
void increment_buf(int** buf) { // $ ast-def=buf ir-def=*buf ir-def=**buf
|
||||||
*buf += 10;
|
*buf += 10;
|
||||||
sink(buf); // $ SPURIOUS: ast,ir
|
sink(buf); // $ SPURIOUS: ast
|
||||||
}
|
}
|
||||||
|
|
||||||
void call_increment_buf(int** buf) { // $ ast-def=buf
|
void call_increment_buf(int** buf) { // $ ast-def=buf
|
||||||
|
|||||||
Reference in New Issue
Block a user