diff options
author | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2019-01-28 12:40:03 +0100 |
---|---|---|
committer | Nikolai Kosjar <nikolai.kosjar@qt.io> | 2019-02-05 15:22:20 +0000 |
commit | f6c46ce35d9018335a19d8d75fda4dfd7adf69b3 (patch) | |
tree | d996bc810d2486bc2af3eb4bd57795c7195ce0d0 /src/plugins/cpptools/cpptoolsreuse.h | |
parent | b9d3055e7218e6dc202047c4a341df51c8e8cd67 (diff) | |
download | qt-creator-f6c46ce35d9018335a19d8d75fda4dfd7adf69b3.tar.gz |
Clang: Add tooltip action to remove specific warnings/checks
...from the diagnostic configuration.
If no custom diagnostic configuration is set in Projects Mode > Clang,
one is created and set for the current project. Otherwise the current
custom diagnostic set in the project settings is modified.
Change-Id: I5c48280c90f0e807e7333122d504dda302a8b0a9
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
Diffstat (limited to 'src/plugins/cpptools/cpptoolsreuse.h')
-rw-r--r-- | src/plugins/cpptools/cpptoolsreuse.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/cpptools/cpptoolsreuse.h b/src/plugins/cpptools/cpptoolsreuse.h index cb45fe8958..d1a1956be3 100644 --- a/src/plugins/cpptools/cpptoolsreuse.h +++ b/src/plugins/cpptools/cpptoolsreuse.h @@ -80,4 +80,6 @@ UsePrecompiledHeaders CPPTOOLS_EXPORT getPchUsage(); int indexerFileSizeLimitInMb(); bool fileSizeExceedsLimit(const QFileInfo &fileInfo, int sizeLimitInMb); +QString clazyChecksForLevel(int level); + } // CppTools |