ClangCodeModel: Replace FIXME comment with link to upstream bug report

Change-Id: I90524adbbc4481cb3e1a3c1bf40ae543cdaf6cd0
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
Christian Kandeler
2021-09-29 11:48:04 +02:00
parent 29c0512416
commit 5e9ac00f19

View File

@@ -1275,7 +1275,7 @@ void ClangdTestHighlighting::test()
const TextEditor::HighlightingResults results = findResults(); const TextEditor::HighlightingResults results = findResults();
QEXPECT_FAIL("typedef as underlying type in enum declaration", QEXPECT_FAIL("typedef as underlying type in enum declaration",
"FIXME: clangd does not report this symbol", "https://github.com/clangd/clangd/issues/878",
Abort); Abort);
QEXPECT_FAIL("Q_PROPERTY (property name)", "FIXME: How to do this?", Abort); QEXPECT_FAIL("Q_PROPERTY (property name)", "FIXME: How to do this?", Abort);
QEXPECT_FAIL("Q_PROPERTY (getter)", "FIXME: How to do this?", Abort); QEXPECT_FAIL("Q_PROPERTY (getter)", "FIXME: How to do this?", Abort);