Kaydet (Commit) ed895259 authored tarafından Noel Grandin's avatar Noel Grandin

improve error message in refcounting plugin

Change-Id: I02b483c1d696913b33112b9248747f9c3d28dc55
üst 20eed8b7
......@@ -340,7 +340,8 @@ void RefCounting::checkUnoReference(QualType qt, const Decl* decl, const std::st
DiagnosticsEngine::Warning,
"uno::Reference " + rDeclName + " with template parameter that does not contain ::static_type() "
+ qt.getAsString()
+ ", parent is " + rParentName,
+ ", parent is " + rParentName
+ ", should probably be using rtl::Reference instead"
decl->getLocation())
<< decl->getSourceRange();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment