D14675: cppcheck: pass "-i" & path as separate argument items, not as single string
Friedrich W. H. Kossebau
noreply at phabricator.kde.org
Tue Aug 7 17:17:08 BST 2018
kossebau created this revision.
kossebau added reviewers: KDevelop, antonanikin.
Restricted Application added a project: KDevelop.
Restricted Application added a subscriber: kdevelop-devel.
kossebau requested review of this revision.
REVISION SUMMARY
Passing "-i /some/path/CMakeFiles" as single string with the args for the
cppcheck invocation results in the string being passed quoted due to the
space inside, '-i /some/path/CMakeFiles'. Seems this still results in the
wanted processing, but it looks strange in the console log.
TEST PLAN
cppcheck still works as before and skips the CMakeFiles subfolder.
REPOSITORY
R32 KDevelop
BRANCH
fixcppCMakeFilesarg
REVISION DETAIL
https://phabricator.kde.org/D14675
AFFECTED FILES
plugins/cppcheck/parameters.cpp
To: kossebau, #kdevelop, antonanikin
Cc: kdevelop-devel, antismap, iodelay, vbspam, geetamc, Pilzschaf, akshaydeo, surgenight, arrowd
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20180807/96e1aa54/attachment.html>
More information about the KDevelop-devel
mailing list