forked from qt-creator/qt-creator
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:
@@ -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";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user