forked from qt-creator/qt-creator
ClangCodeModel: Make use of new semantic token in clangd
... for angle brackets. See https://reviews.llvm.org/D139926. Change-Id: I17be843005e290a8aec91573d9ed4bd0727e2dab Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -1358,14 +1358,6 @@ void ClangdTestHighlighting::test()
|
||||
"check if and how we want to support this", Abort);
|
||||
QEXPECT_FAIL("old-style signal with complex parameter (signal parameter part 3)",
|
||||
"check if and how we want to support this", Abort);
|
||||
QEXPECT_FAIL("function template specialization (opening angle bracket 1)",
|
||||
"specialization appears as a normal function in the AST", Abort);
|
||||
QEXPECT_FAIL("function template specialization (closing angle bracket 1)",
|
||||
"specialization appears as a normal function in the AST", Abort);
|
||||
QEXPECT_FAIL("function template specialization (opening angle bracket 2)",
|
||||
"specialization appears as a normal function in the AST", Abort);
|
||||
QEXPECT_FAIL("function template specialization (closing angle bracket 2)",
|
||||
"specialization appears as a normal function in the AST", Abort);
|
||||
|
||||
QCOMPARE(results.length(), 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user