[clang] [Clang] diagnose unknown attribute namespaces (PR #138519)
Oleksandr T. via cfe-commits
cfe-commits at lists.llvm.org
Mon May 5 09:07:25 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
----------------
a-tarasyuk wrote:
@erichkeane I’ve updated PR to use existing diagnostic with scope
https://github.com/llvm/llvm-project/pull/138519
More information about the cfe-commits
mailing list