================
@@ -87,7 +90,7 @@ class MIGChecker : public Checker<check::PostCall, 
check::PreStmt<ReturnStmt>,
 #undef CALL
   };
 
-  CallDescription OsRefRetain{{"os_ref_retain"}, 1};
+  CallDescription OsRefRetain{CDM::SimpleFunc, {"os_ref_retain"}, 1};
----------------
haoNoQ wrote:

Yes, this is a plain C function. Definitely not builtin. May or may not come 
from system headers depending on what we're compiling.

https://github.com/llvm/llvm-project/pull/91331
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to