mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
C++: Accept test changes.
This commit is contained in:
@@ -1145,7 +1145,7 @@ namespace conflation_regression {
|
||||
char* source(int);
|
||||
|
||||
void read_deref_deref(char **l) { // $ ast-def=l ir-def=*l ir-def=**l
|
||||
sink(**l); // $ SPURIOUS: ir
|
||||
sink(**l); // Clean. Only *l is tainted
|
||||
}
|
||||
|
||||
void f(char ** p) // $ ast-def=p ir-def=*p ir-def=**p
|
||||
|
||||
Reference in New Issue
Block a user