forked from qt-creator/qt-creator
Clang: Don't show template type parameters in Class View and Current Document filter
They do not bring any value. Task-number: QTCREATORBUG-20716 Change-Id: I2876f0e1e3918cb33d133b4a65ccaefd9bd30ac8 Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -70,6 +70,8 @@ static const char *highlightingTypeToCStringLiteral(HighlightingType type)
|
||||
RETURN_TEXT_FOR_CASE(ObjectiveCMethod);
|
||||
RETURN_TEXT_FOR_CASE(PrimitiveType);
|
||||
RETURN_TEXT_FOR_CASE(Declaration);
|
||||
RETURN_TEXT_FOR_CASE(TemplateTypeParameter);
|
||||
RETURN_TEXT_FOR_CASE(TemplateTemplateParameter);
|
||||
default: return "UnhandledHighlightingType";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user