[clang] [Clang] diagnose unknown attribute namespaces (PR #138519)
Erich Keane via cfe-commits
cfe-commits at lists.llvm.org
Mon May 5 06:55:48 PDT 2025
================
@@ -385,6 +385,8 @@ related warnings within the method body.
- Clang now disallows the use of attributes applied before an
``extern template`` declaration (#GH79893).
+- Clang now diagnoses unknown attribute namespaces
----------------
erichkeane wrote:
```suggestion
- Clang now diagnoses unknown attribute namespaces.
```
https://github.com/llvm/llvm-project/pull/138519
More information about the cfe-commits
mailing list