[clang] [Clang] Minimal support for availability attributes on partial specializations (PR #138426)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon May 5 08:22:16 PDT 2025


================
@@ -586,6 +586,9 @@ Bug Fixes to Attribute Support
   ``__attribute__((unused))`` are still ignored after the definition, though
   this behavior may be relaxed in the future). (#GH135481)
 
+- Clang will warn if a completete type specializes a deprecated partial specialization.
----------------
erichkeane wrote:

```suggestion
- Clang will warn if a complete type specializes a deprecated partial specialization.
```

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


More information about the cfe-commits mailing list