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
sauyon/java-spring-stringutils
codeql
/
cpp
/
ql
/
test
/
library-tests
/
syntax-zoo
/
defconstructornewexpr.cpp
Jonas Jensen
d18181f032
C++: Rename qlcfg -> syntax-zoo
2019-08-06 14:10:25 +02:00
6 lines
44 B
C++
Raw
Permalink
Blame
History
class
C
{
}
;
void
f
(
)
{
new
C
;
return
;
}
Reference in New Issue
View Git Blame
Copy Permalink