diff --git a/src/plugins/clangcodemodel/test/clangdtests.cpp b/src/plugins/clangcodemodel/test/clangdtests.cpp index 4622db96a69..c71bd2d3644 100644 --- a/src/plugins/clangcodemodel/test/clangdtests.cpp +++ b/src/plugins/clangcodemodel/test/clangdtests.cpp @@ -1298,11 +1298,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("alias template instantiation (type)", "FIXME: clangd doesn't report this", Abort); - QEXPECT_FAIL("alias template instantiation (opening angle bracket)", - "FIXME: This construct does not appear in the AST", Abort); - QEXPECT_FAIL("alias template instantiation (closing angle bracket)", - "FIXME: This construct does not appear in the AST", 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)", diff --git a/src/plugins/clangcodemodel/test/data/clangtestdata.qrc b/src/plugins/clangcodemodel/test/data/clangtestdata.qrc index b006e3832ff..9dcc3fbae15 100644 --- a/src/plugins/clangcodemodel/test/data/clangtestdata.qrc +++ b/src/plugins/clangcodemodel/test/data/clangtestdata.qrc @@ -54,5 +54,6 @@ completion/preprocessorKeywordsCompletion2.cpp completion/preprocessorKeywordsCompletion3.cpp completion/privateFuncDefCompletion.cpp + highlighting/highlightingmarks.h diff --git a/src/plugins/clangcodemodel/test/data/highlighting/highlightingmarks.h b/src/plugins/clangcodemodel/test/data/highlighting/highlightingmarks.h new file mode 100644 index 00000000000..e69de29bb2d