This website requires JavaScript.
Explore
Help
Sign In
walkero
/
cppcheck
Watch
1
Star
0
Fork
You've already forked cppcheck
0
Code
Issues
Pull Requests
Projects
Releases
1
Wiki
Activity
c66846353c
cppcheck
/
updateall.bat
9 lines
91 B
Batchfile
Raw
Blame
History
@
ECHO
OFF
FOR
/D
%%
s
IN
(
test*
)
DO
(
cppcheck
%%
s\
%%
s.cpp
2
>
%%
s\err.msg
)
Reference in New Issue
View Git Blame
Copy Permalink