summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cpptoolsconstants.h
diff options
context:
space:
mode:
authorNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-11-10 16:54:53 +0100
committerNikolai Kosjar <nikolai.kosjar@theqtcompany.com>2015-11-11 15:14:56 +0000
commitd8f119c8a222188556bf63e7adbef24c9ca3fe7f (patch)
treef6d606959297dc186910ad040f3a021dff8c20b7 /src/plugins/cpptools/cpptoolsconstants.h
parent72785e3a11bea85f09a76084813c890f5d26f9d0 (diff)
downloadqt-creator-d8f119c8a222188556bf63e7adbef24c9ca3fe7f.tar.gz
Clang: Allow to provide extra command line options
This can be used to experiment with clang options that e.g. affect diagnostics. Changes take effect on editor re-open. Change-Id: Ie46d0ff085a3700a748dbcf4b94b93b0bf9c4642 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsconstants.h')
-rw-r--r--src/plugins/cpptools/cpptoolsconstants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsconstants.h b/src/plugins/cpptools/cpptoolsconstants.h
index d6130297f2..819dde85fc 100644
--- a/src/plugins/cpptools/cpptoolsconstants.h
+++ b/src/plugins/cpptools/cpptoolsconstants.h
@@ -55,6 +55,7 @@ enum { lowerCaseFilesDefault = 1 };
const char CPPTOOLS_SORT_EDITOR_DOCUMENT_OUTLINE[] = "SortedMethodOverview";
const char CPPTOOLS_MODEL_MANAGER_SUPPORTERS_KEY[] = "ModelManagerSupporters";
const char CPPTOOLS_MODEL_MANAGER_PCH_USAGE[] = "PCHUsage";
+const char CPPTOOLS_EXTRA_CLANG_OPTIONS[] = "ExtraClangOptions";
const char CPP_CODE_STYLE_SETTINGS_ID[] = "A.Cpp.Code Style";
const char CPP_CODE_STYLE_SETTINGS_NAME[] = QT_TRANSLATE_NOOP("CppTools", "Code Style");