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-21 19:26:31 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
aa2a49d1898043e57c391d7abc1d9c3e3b5b51a2
codeql
/
cpp
/
ql
/
test
/
library-tests
/
syntax-zoo
/
nonmembercallexpr.c
Jonas Jensen
d18181f032
C++: Rename qlcfg -> syntax-zoo
2019-08-06 14:10:25 +02:00
7 lines
36 B
C
Raw
Blame
History
void
g
(
)
{
}
void
f
(
)
{
g
(
)
;
;
}
Reference in New Issue
View Git Blame
Copy Permalink