D7752: Make it possible for IBuildSystem to provide extra arguments to the parser

Sven Brauch noreply at phabricator.kde.org
Fri Sep 15 10:57:09 UTC 2017


brauch reopened this revision.
brauch added a comment.
This revision is now accepted and ready to land.


  There are some arguments which we shouldn't pass on, for example I have a qmake project here which does QMAKE_CXXFLAGS += -Werror=return-type and that completely breaks everything (no highlighting any more whatsoever, parsing of all files fails, ...), Not even sure why, but I guess -Werror arguments should never be passed on in our case.
  
  Should I make extraArguments() return a string list and add a blacklist for those? Better ideas?

REPOSITORY
  R32 KDevelop

REVISION DETAIL
  https://phabricator.kde.org/D7752

To: apol, #kdevelop, kfunk, mwolff
Cc: brauch, mwolff, kdevelop-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kdevelop-devel/attachments/20170915/935e8580/attachment-0001.html>


More information about the KDevelop-devel mailing list