Don't try to guess the language from given arguments

Authored by aaronpuchert on Oct 18 2017, 6:01 PM.

Description

Don't try to guess the language from given arguments

Summary:
Before this change, the compiler provider looked up the arguments for a
given language, and passed those to the compiler, where the language was
guessed from the arguments.

Instead we now pass the language together with the arguments into the
function, and no more guessing is needed. Besides being cleaner, it may
not always be possible to guess the language from the given arguments
anyway.

Reviewers: KDevelop, mwolff

Reviewed By: KDevelop, mwolff

Subscribers: mwolff, apol, kdevelop-devel

Differential Revision: https://phabricator.kde.org/D8317

Details

Committed
mwolffOct 18 2017, 6:01 PM
Reviewer
KDevelop
Differential Revision
D8317: Don't try to guess the language from given arguments
Parents
R32:5aca467fc44f: SVN_SILENT made messages (.desktop file) - always resolve ours
Branches
Unknown
Tags
Unknown