ClangCodeModel: Ignore built-in types

... in the semantic highlighter. The syntax highlighter already handles
these.

Change-Id: Ib1e80ec194021dbd2b4eca7a300db869ccddb7b0
Reviewed-by: Qt CI Bot <qt_ci_bot@qt-project.org>
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2023-01-31 18:26:34 +01:00
parent 020320ab78
commit d7308cc7a6
4 changed files with 8 additions and 6 deletions

View File

@@ -21,3 +21,7 @@ void numberLiterals()
}
template<int n = 5> class C;
struct ConversionFunction {
operator int();
};