How to save different Cppcheck results in a same Xml file -


i doing cppcheck path.c --xml-version=2 2> path2.xml. thing want several cppchecks in different files want sabe in single xml file possible. not know if has lot of sense, because maybe lose information paths of errors. if there answer interested on knowing it.

thanks

i cppcheck developer. there not builtin solution right in cppcheck.

possibly use script.

if can somehow create compile_commands.json file can analyze files @ once. think good. possible can use processor cores more then, , can use "cppcheck build dir" whole program analysis.


Comments

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -