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 17:23:36 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
revert-4738-feature/revert-relational-pattern
codeql
/
cpp
/
ql
/
test
/
examples
/
expressions
/
Cast.c
Dave Bartolomeo
3ebb7938f6
C++: Make IR dump and AST dump tests use the official graph query format
2018-08-16 10:14:56 -07:00
3 lines
48 B
C
Raw
Permalink
Blame
History
void
Cast
(
char
*
c
,
void
*
v
)
{
c
=
(
char
*
)
v
;
}
Reference in New Issue
View Git Blame
Copy Permalink