[clang] Add the support for calling Ref::ptr accessor. (PR #80919)

Artem Dergachev via cfe-commits cfe-commits at lists.llvm.org
Fri Feb 9 12:00:20 PST 2024


================
@@ -0,0 +1,86 @@
+// RUN: %clang_analyze_cc1 -analyzer-checker=alpha.webkit.UncountedCallArgsChecker -verify %s
+// expected-no-diagnostics
+
+template<typename T>
+class Ref {
----------------
haoNoQ wrote:

It looks like you're copying this definition in every pull request. Can you put it in the header and `#include` instead?

https://github.com/llvm/llvm-project/pull/80919


More information about the cfe-commits mailing list