[clang] aligned attribute doc (PR #195278)

Kartik Ohlan via cfe-commits cfe-commits at lists.llvm.org
Mon May 4 08:41:07 PDT 2026


================
@@ -10000,3 +9983,46 @@ different languages to coexist on the same call stack while each interpreting
 exceptions according to their own rules.
   }];
 }
+
+def AlignedDocs : Documentation {
+  let Category = DocCatDecl;
+  let Heading = "aligned";
+  let Content = [{
+The ``aligned`` attribute specifies a minimum alignment (in bytes) for a 
----------------
Ko496-glitch wrote:

@AaronBallman  thanks for this, i can do more research on this and  can do a follow up PR for this with revised changes 

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


More information about the cfe-commits mailing list