r218912 - Reflowing some comments, NFC.
Aaron Ballman
aaron at aaronballman.com
Thu Oct 2 14:41:28 PDT 2014
Author: aaronballman
Date: Thu Oct 2 16:41:27 2014
New Revision: 218912
URL: http://llvm.org/viewvc/llvm-project?rev=218912&view=rev
Log:
Reflowing some comments, NFC.
Modified:
cfe/trunk/include/clang/Basic/Attr.td
Modified: cfe/trunk/include/clang/Basic/Attr.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/Attr.td?rev=218912&r1=218911&r2=218912&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/Attr.td (original)
+++ cfe/trunk/include/clang/Basic/Attr.td Thu Oct 2 16:41:27 2014
@@ -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">
More information about the cfe-commits
mailing list