================
@@ -50,3 +50,21 @@ void test4() {
   *x = 3; // expected-warning{{Dereference of a fixed address (loaded from 
variable 'x')}} \
           // expected-note{{Dereference of a fixed address (loaded from 
variable 'x')}}
 }
+
+void suppress_volatile_pointee(void) {
----------------
steakhal wrote:

I see your point. Technicly it wouldn't change anything, so it wouldn't 
increase the code coverage. But I see your point of having that use case being 
represented.

If you don't mind, I would not come back again to this.

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

Reply via email to