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
codeql-cli-2.20.2
codeql
/
cpp
/
ql
/
test
/
examples
/
expressions
/
Parenthesis.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
46 B
C
Raw
Permalink
Blame
History
void
Parenthesis
(
int
i
)
{
i
=
(
i
+
1
)
*
2
;
}
Reference in New Issue
View Git Blame
Copy Permalink