diff options
| author | Aaron Ballman <aaron@aaronballman.com> | 2014-10-02 21:41:27 +0000 |
|---|---|---|
| committer | Aaron Ballman <aaron@aaronballman.com> | 2014-10-02 21:41:27 +0000 |
| commit | 0d725e2fd2ac77b9a8558b790f39942ab6ab4217 (patch) | |
| tree | faf0631a5dec14613d5f8e3d4bcbd5a5f25e230d | |
| parent | 75e182b4149c9faa340089d216b576da6b932c9e (diff) | |
| download | bcm5719-llvm-0d725e2fd2ac77b9a8558b790f39942ab6ab4217.tar.gz bcm5719-llvm-0d725e2fd2ac77b9a8558b790f39942ab6ab4217.zip | |
Reflowing some comments, NFC.
llvm-svn: 218912
| -rw-r--r-- | clang/include/clang/Basic/Attr.td | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/clang/include/clang/Basic/Attr.td b/clang/include/clang/Basic/Attr.td index d4b0063e46e..fe47ef5bf98 100644 --- a/clang/include/clang/Basic/Attr.td +++ b/clang/include/clang/Basic/Attr.td @@ -356,13 +356,12 @@ def Aligned : InheritableAttr { def AlignValue : Attr { let Spellings = [ - // Unfortunately, this is semantically an assertion, not a - // directive (something else must ensure the alignment), so - // aligned_value is a probably a better name. We might want - // to add an aligned_value spelling in the future (and a - // corresponding C++ attribute), but this can be done later - // once we decide if we also want them to have - // slightly-different semantics than Intel's align_value. + // Unfortunately, this is semantically an assertion, not a directive + // (something else must ensure the alignment), so aligned_value is a + // probably a better name. We might want to add an aligned_value spelling in + // the future (and a corresponding C++ attribute), but this can be done + // later once we decide if we also want them to have slightly-different + // semantics than Intel's align_value. GNU<"align_value"> // Intel's compiler on Windows also supports: // , Declspec<"align_value"> |

