Splint or PCLint Configuration for use with QT?
3rd Party Software
3
Posts
3
Posters
3.7k
Views
1
Watching
-
wrote on 27 Mar 2012, 16:43 last edited by
Hi,
Would anyone be willing to post their splint or pc-lint configuration file that they use with QT?
Tim
-
wrote on 21 Aug 2012, 11:11 last edited by
maybe "this":http://lists.trolltech.com/qt-interest/2005-11/thread00539-0.html helps a bit?
I couldn't find out how to get rid of
Info 840: Use of nul character in a string literal
in
@connect(poProps, SIGNAL(mySignal(QString)), this, SLOT(mySlot(QString)));@ -
wrote on 5 Sept 2014, 04:20 last edited by
Hi,
Can anyone suggest, which lint tool is suitable for qt applications and how to use it. I found list of tools like PC Lint, cppcheck, valgrind, Coverity, Clang Static Analyzer etc.