aboutsummaryrefslogtreecommitdiff
path: root/Sema/SemaDecl.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-01-30 18:00:07 +0000
committerDevang Patel <dpatel@apple.com>2008-01-30 18:00:07 +0000
commit6c751c2d7b5b27ee0432097bfcb82efccbca82cd (patch)
tree78ab1c3f38b7d354d56c5275281238f0e8be5301 /Sema/SemaDecl.cpp
parent4ca0867dbee03b353c9c3d1583d183e6316c32f5 (diff)
Add TODO marker so that it is easier to search.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46561 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Sema/SemaDecl.cpp')
-rw-r--r--Sema/SemaDecl.cpp2
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;