o-jill / kouets

automatic lint program with gui.
1 stars 0 forks source link

lets try cppcheck #35

Closed o-jill closed 9 years ago

o-jill commented 9 years ago

let's try cppcheck as checking program.

http://cppcheck.sourceforge.net/

o-jill commented 9 years ago

cppcheck puts progress information to STDOUT and analysis result to STDERR. but if there are no wrong points, nothing will be appeared in the tab.

ex. STDOUT: Checking D:\programing\QT\kouets\src\kouetsapp.cpp... STDERR: [D:\programing\QT\kouets\src\kouetsapp.cpp:27]: (style) Variable 'ret' is assigned a value that is never used.

o-jill commented 9 years ago

i decided to use process_->setProcessChannelMode(QProcess::MergedChannels) to get both channel together.

o-jill commented 9 years ago

decoration issue is #37.