mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
C++: Update tests after extractor changes
This commit is contained in:
@@ -1 +0,0 @@
|
||||
| permissive.cpp:6:5:6:7 | str |
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
| permissive.cpp:6:3:6:3 | call to f | permissive.cpp:2:13:2:13 | f |
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
// semmle-extractor-options: --edg --permissive
|
||||
static void f(char* foo) {}
|
||||
|
||||
static void g(void) {
|
||||
const char* str = "foo";
|
||||
f(str);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user