[Differential] [Request, 30 lines] D681: Introduce KDEV_CLANG_EXTRA_ARGUMENTS
kfunk (Kevin Funk)
noreply at phabricator.kde.org
Tue Dec 22 23:38:39 UTC 2015
kfunk created this revision.
Herald added a subscriber: kdevelop-devel.
REVISION SUMMARY
This environment variable can be filled with compiler arguments which
will eventually appended to the arguments passed to
clang_parseTranslationUnit.
Sample use-case, adding clazy plugin:
$ export KDEV_CLANG_EXTRA_ARGUMENTS="-Xclang -load -Xclang ClangLazy.so
-Xclang -add-plugin -Xclang clang-lazy"
$ kdevelop
REPOSITORY
rKDEVELOP KDevelop
REVISION DETAIL
https://phabricator.kde.org/D681
AFFECTED FILES
languages/clang/duchain/parsesession.cpp
EMAIL PREFERENCES
https://phabricator.kde.org/settings/panel/emailpreferences/
To: kfunk
Cc: kdevelop-devel
More information about the KDevelop-devel
mailing list