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.
1 parent 0b64dc9 commit 09197e4Copy full SHA for 09197e4
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