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
2026-05-07 14:41:41 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
848677e5806227fc44b3c19e7df4958018bdc0bd
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
Blame
History
void
f
(
)
{
f
(
)
;
g
(
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink