C++: Implement Expr::mayBeFromImplicitlyDeclaredFunction

This commit is contained in:
Calum Grant
2024-10-16 10:23:39 +01:00
parent 853128c9c3
commit 6a48ad0ee7
11 changed files with 37 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
// semmle-extractor-options: --expect_errors
void f() {
f();
g();
}