diff options
Diffstat (limited to 'Sema/SemaDecl.cpp')
-rw-r--r-- | Sema/SemaDecl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index 40622d5d3e..aaa1c82021 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp @@ -1869,7 +1869,7 @@ void Sema::HandleAlignedAttribute(Decl *d, AttributeList *rawAttr) return; } - // We probably need to actually do something with this at some point... + // TODO: We probably need to actually do something with aligned attribute. if (rawAttr->getNumArgs() == 0) return; |