[clang] [clang] Warn about deprecated volatile-qualified return types (PR #137899)

Mariya Podchishchaeva via cfe-commits cfe-commits at lists.llvm.org
Mon May 5 06:45:54 PDT 2025


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

Yeah, these are what I meant. Thanks!

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


More information about the cfe-commits mailing list