By default, look for the clang executable in Creator's libexec dir.

It will be part of the installation from 3.5 on.
Also look explicitly for "clang-cl" on Windows now, as we do not
ship clang.exe.

Change-Id: I67e22ed4251791dd59015dd6f9648c7a14d941d7
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Christian Kandeler
2015-07-09 17:19:21 +02:00
parent d8d5bff071
commit 378b057a9f
4 changed files with 49 additions and 12 deletions

View File

@@ -22,7 +22,6 @@
namespace ClangStaticAnalyzer {
namespace Constants {
const char CLANG_EXECUTABLE_BASE_NAME[] = "clang";
const char SETTINGS_ID[] = "ClangStaticAnalyzer";
const char CLANGSTATICANALYZER_RUN_MODE[] = "ClangStaticAnalyzer.RunMode";