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

via cfe-commits cfe-commits at lists.llvm.org
Sun May 4 19:34:45 PDT 2025


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

Lines 207-215 are that, are they not?

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


More information about the cfe-commits mailing list