================
@@ -4955,13 +4968,18 @@ class Foo {
     //showDataCell(*datap2_); // xpected-warning {{reading the value pointed 
to by 'datap2_' requires holding mutex 'mu_'}}
 
     int a = data_[0];       // expected-warning {{reading variable 'data_' 
requires holding mutex 'mu_'}}
+
+    (void)&data_ao_;      // expected-warning {{reading variable 'data_ao_' 
requires holding mutex 'mu_'}}
+    showData(&data_ao_);  // expected-warning {{reading variable 'data_ao_' 
requires holding mutex 'mu_'}}
----------------
melver wrote:

Added the second overload.

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

Reply via email to