MCPcopy Create free account
hub / github.com/KDE/kdevelop / compareFixitWithoutDescription

Function compareFixitWithoutDescription

plugins/clang/tests/test_problems.cpp:56–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54}
55
56void compareFixitWithoutDescription(const ClangFixit& a, const ClangFixit& b)
57{
58 QCOMPARE(a.replacementText, b.replacementText);
59 QCOMPARE(a.range, b.range);
60 QCOMPARE(a.currentText, b.currentText);
61}
62
63void compareFixitsWithoutDescription(const ClangFixits& a, const ClangFixits& b)
64{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected