We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e74953 commit cc02811Copy full SHA for cc02811
clang/test/Analysis/Checkers/WebKit/forward-decl-checker.mm
@@ -40,7 +40,7 @@
40
return obj;
41
}
42
43
-void opaque_call_arg(Obj* obj, Obj&& otherObj, const RefPtr<Obj>& safeObj, WeakPtr<Obj> weakObj, std::unique_ptr<Obj> uniqObj) {
+void opaque_call_arg(Obj* obj, Obj&& otherObj, const RefPtr<Obj>& safeObj, WeakPtr<Obj> weakObj, std::unique_ptr<Obj>& uniqObj) {
44
receive_obj_ref(*obj);
45
receive_obj_ptr(&*obj);
46
receive_obj_rref(std::move(otherObj));
0 commit comments