commit | a31965b85e399f498b2292d4825f6ba88bb041fa | [log] [tgz] |
---|---|---|
author | Devang Patel <dpatel@apple.com> | Wed Jan 30 18:00:07 2008 +0000 |
committer | Devang Patel <dpatel@apple.com> | Wed Jan 30 18:00:07 2008 +0000 |
tree | 78ab1c3f38b7d354d56c5275281238f0e8be5301 | |
parent | 748207062ae548681f2e37540ca82e99a0c887b9 [diff] [blame] |
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
diff --git a/Sema/SemaDecl.cpp b/Sema/SemaDecl.cpp index 40622d5..aaa1c82 100644 --- a/Sema/SemaDecl.cpp +++ b/Sema/SemaDecl.cpp
@@ -1869,7 +1869,7 @@ 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;