src/checks/level2/function-args-by-ref.cpp (5 lines): - line 46: "QColor", // TODO: Remove in Qt6 - line 47: "QStringRef", // TODO: Remove in Qt6 - line 48: "QList::const_iterator", // TODO: Remove in Qt6 - line 49: "QJsonArray::const_iterator", // TODO: Remove in Qt6 - line 50: "QList::const_iterator", // TODO: Remove in Qt6 src/checks/level2/function-args-by-value.cpp (5 lines): - line 50: "QColor", // TODO: Remove in Qt6 - line 51: "QStringRef", // TODO: Remove in Qt6 - line 52: "QList::const_iterator", // TODO: Remove in Qt6 - line 53: "QJsonArray::const_iterator", // TODO: Remove in Qt6 - line 54: "QList::const_iterator", // TODO: Remove in Qt6 src/FixItExporter.cpp (4 lines): - line 78: // TODO: This returns an empty string: DiagEngine->getDiagnosticIDs()->getWarningOptionForDiag(Info.getID()); - line 96: // FIXME: Sometimes the file path is an empty string. - line 108: // TODO: Proper handling of macros - line 163: // FIXME: We do not receive notes. src/checks/manuallevel/qproperty-type-mismatch.cpp (2 lines): - line 88: // FIXME: All the above is a bit flaky, as we don't know the actual namespace when the type is written without namespace in Q_PROPERTY - line 258: // FIXME: This is getting hairy, better use regexps src/StringUtils.h (1 line): - line 58: // TODO: Also append the namespace, when needed. src/checks/level0/temporary-iterator.cpp (1 line): - line 34: m_methodsByType["vector"] = {"begin", "end", "cbegin", "cend"}; // TODO: More stl support src/checks/level0/unused-non-trivial-variable.cpp (1 line): - line 112: // TODO Remove QColor in Qt6 src/ClazyStandaloneMain.cpp (1 line): - line 125: // TODO: We need to aggregate the fixes with previous run src/checks/manuallevel/unused-result-check.h (1 line): - line 32: std::unique_ptr m_astMatcherCallBack; // TODO: add std::propagate_const src/checks/level0/wrong-qevent-cast.cpp (1 line): - line 189: // TODO: Use iterators src/Utils.cpp (1 line): - line 130: "isRecursive", // TODO: Use qualified name instead ? src/TypeUtils.h (1 line): - line 101: // TODO: Make this recursive when we need to remove more than one level of * src/checks/requiredresults.cpp (1 line): - line 102: // qt.isConstQualified() not working !? TODO: Replace this string parsing when I figure it out src/Utils.h (1 line): - line 25: // TODO: this is a dumping ground, most of these functions should be moved to the other *Utils classes src/checks/manuallevel/reserve-candidates.cpp (1 line): - line 166: // TODO: Search in both branches of the if statement src/checks/level0/strict-iterators.cpp (1 line): - line 133: // TODO: some util function to get the name of a nested class src/ClazyContext.h (1 line): - line 180: // TODO: More things will follow src/Clazy.cpp (1 line): - line 158: // FIXME: EndSourceFile() is called automatically, but not BeginsSourceFile()