We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e6608ad + 09197e4 commit 8bc8f03Copy full SHA for 8bc8f03
clang/include/clang/Basic/AttrDocs.td
@@ -4140,7 +4140,7 @@ of 2.
4140
.. code-block:: c
4141
4142
typedef double * aligned_double_ptr __attribute__((align_value(64)));
4143
- void foo(double & x __attribute__((align_value(128)),
+ void foo(double & x __attribute__((align_value(128))),
4144
aligned_double_ptr y) { ... }
4145
4146
If the pointer value does not have the specified alignment at runtime, the
0 commit comments