forked from qt-creator/qt-creator
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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user