Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion clang/include/clang/Basic/AttrDocs.td
Original file line number Diff line number Diff line change
Expand Up @@ -4140,7 +4140,7 @@ of 2.
.. code-block:: c

typedef double * aligned_double_ptr __attribute__((align_value(64)));
void foo(double & x __attribute__((align_value(128)),
void foo(double & x __attribute__((align_value(128))),
aligned_double_ptr y) { ... }

If the pointer value does not have the specified alignment at runtime, the
Expand Down
Loading