[clang] [Clang] Add [[clang::no_specializations]] (PR #101469)

Erich Keane via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 25 11:31:24 PST 2024


================
@@ -1155,6 +1155,15 @@ Query for this feature with ``__has_attribute(diagnose_if)``.
   }];
 }
 
+def NoSpecializationsDocs : Documentation {
+  let Category = DocCatDecl;
+  let Content = [{
+``[[clang::no_specializations]]`` can be applied to function, class or variable
----------------
erichkeane wrote:

Oxford comma?

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


More information about the cfe-commits mailing list