This website requires JavaScript.
Explore
Help
Register
Sign In
hohn
/
codeql
Watch
1
Star
0
Fork
0
You've already forked codeql
mirror of
https://github.com/github/codeql.git
synced
2025-12-17 09:13:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
rc/3.18
codeql
/
cpp
/
ql
/
test
/
library-tests
/
exprs
/
implicitly_declared
/
implicit.c
Calum Grant
6a48ad0ee7
C++: Implement Expr::mayBeFromImplicitlyDeclaredFunction
2024-10-16 10:23:39 +01:00
5 lines
31 B
C
Raw
Permalink
Blame
History
void
f
(
)
{
f
(
)
;
g
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink