From: Devang Patel Date: Wed, 30 Jan 2008 18:00:07 +0000 (+0000) Subject: Add TODO marker so that it is easier to search. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6c751c2d7b5b27ee0432097bfcb82efccbca82cd;p=clang 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 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;