================
@@ -975,6 +975,15 @@ Query for this feature with
``__has_attribute(diagnose_if)``.
}];
}
+def DiagnoseSpecializationsDocs : Documentation {
+ let Category = DocCatDecl;
+ let Content = [{
+``[[clang::diagnose_specializations]]`` can be applied to class or variable
+templates which should not be specialized by users. This is primarily used to
----------------
AaronBallman wrote:
```suggestion
templates which should not be explicitly specialized by users. This is
primarily used to
```
https://github.com/llvm/llvm-project/pull/101469
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits