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-06-16 02:11:09 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b25ea03211dfd19650520f4d2bd07e5648f396fb
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
Blame
History
class
C
{
}
;
void
f
(
)
{
new
C
;
return
;
}
Reference in New Issue
View Git Blame
Copy Permalink