================
@@ -231,6 +231,13 @@ namespace DeprecatedVolatile {
     a = c = a;
     b += a;
   }
+
+  volatile struct amber jurassic();
----------------
Fznamznon wrote:

As I can see, if the return type is not a struct/class, the warning is issued. 
Could you please add a test case with volatile qualifier applied to a basic 
type (for example int) and make sure there is no double diagnostic issued now?

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

Reply via email to