]> granicus.if.org Git - clang/commitdiff
Reflowing some comments, NFC.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 2 Oct 2014 21:41:27 +0000 (21:41 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 2 Oct 2014 21:41:27 +0000 (21:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218912 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/Attr.td

index d4b0063e46e8326ebe231052ce517a7b30bfba42..fe47ef5bf98bd33c5970c8c833cc6e3073203891 100644 (file)
@@ -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">