================
@@ -491,7 +574,7 @@ class UncheckedCallArgsChecker final : public 
RawPtrRefCallArgsChecker {
     return isExprToGetCheckedPtrCapableMember(E);
   }
 
-  const char *ptrKind() const final { return "unchecked"; }
+  const char *typeName() const final { return "CheckedPtr capable type"; }
----------------
steakhal wrote:

I had similar trouble here, like for `RefPtr-capable type`. Maybe we should 
also use a hyphen here.

https://github.com/llvm/llvm-project/pull/202724
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to