diff options
author | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2018-01-26 10:27:58 +0100 |
---|---|---|
committer | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2018-01-29 08:14:14 +0000 |
commit | 33b6fe812afb326e5cd54cf10c076144bff8e7db (patch) | |
tree | f9afa7b4ae21af55a2b87b5d6991da86bb2cba77 /src/plugins/cpptools/cpptoolsconstants.h | |
parent | 5b1ae09fbf66ef318e3759b3862c749356ec7a4a (diff) | |
download | qt-creator-33b6fe812afb326e5cd54cf10c076144bff8e7db.tar.gz |
Clang: Make clazy/tidy options part of the diagnostic config
As a side effect, clazy/tidy options become available for project
specific customization in the projects mode.
Change-Id: Id72762dedd857915139c15f532d2f1c6d1f43edb
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsconstants.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsconstants.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/cpptools/cpptoolsconstants.h b/src/plugins/cpptools/cpptoolsconstants.h index b5e9d86bdb..dff6d2c6f0 100644 --- a/src/plugins/cpptools/cpptoolsconstants.h +++ b/src/plugins/cpptools/cpptoolsconstants.h @@ -56,8 +56,6 @@ const char CPPTOOLS_INTERPRET_AMBIGIUOUS_HEADERS_AS_C_HEADERS[] = "InterpretAmbiguousHeadersAsCHeaders"; const char CPPTOOLS_SKIP_INDEXING_BIG_FILES[] = "SkipIndexingBigFiles"; const char CPPTOOLS_INDEXER_FILE_SIZE_LIMIT[] = "IndexerFileSizeLimit"; -const char CPPTOOLS_TIDY_CHECKS[] = "TidyChecks"; -const char CPPTOOLS_CLAZY_CHECKS[] = "ClazyChecks"; const char CPP_CLANG_BUILTIN_CONFIG_ID_EVERYTHING_WITH_EXCEPTIONS[] = "Builtin.EverythingWithExceptions"; |