Merge pull request #20514 from jketema/permissive

C++: Update tests after extractor changes
This commit is contained in:
Jeroen Ketema
2025-09-28 16:56:31 +02:00
committed by GitHub
3 changed files with 0 additions and 10 deletions

View File

@@ -1 +0,0 @@
| permissive.cpp:6:5:6:7 | str |

View File

@@ -1 +0,0 @@
| permissive.cpp:6:3:6:3 | call to f | permissive.cpp:2:13:2:13 | f |

View File

@@ -1,8 +0,0 @@
// semmle-extractor-options: --edg --permissive
static void f(char* foo) {}
static void g(void) {
const char* str = "foo";
f(str);
}