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
v1.0.0
codechecker-analysis-action
/
test
/
ctu
/
lib.cpp
5 lines
60 B
C++
Raw
Permalink
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
)
{
*
iptr
=
42
;
return
*
iptr
;
Wire in the `analyze` command
2021-11-28 14:31:07 +01:00
}
Reference in New Issue
Copy Permalink