This website requires JavaScript.
Explore
Help
Sign In
whisperity
/
codechecker-analysis-action
Watch
0
Star
0
Fork
0
You've already forked codechecker-analysis-action
mirror of
https://github.com/whisperity/CodeChecker-Action.git
synced
2025-12-29 03:07:23 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dd6bc711959a98548ecb909034e9ac9af5775cfa
codechecker-analysis-action
/
test
/
ctu
/
main.cpp
7 lines
108 B
C++
Raw
Normal View
History
Unescape
Escape
nit: Make the CTU test have a valid finding with defualt configuration
2021-11-28 15:59:18 +01:00
int
broken
(
int
*
iptr
)
;
Wire in the `analyze` command
2021-11-28 14:31:07 +01:00
int
main
(
int
argc
,
char
*
*
argv
)
{
nit: Make the CTU test have a valid finding with defualt configuration
2021-11-28 15:59:18 +01:00
int
*
ptr
=
nullptr
;
return
broken
(
ptr
)
;
Wire in the `analyze` command
2021-11-28 14:31:07 +01:00
}
Reference in New Issue
Copy Permalink