From 6c751c2d7b5b27ee0432097bfcb82efccbca82cd Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Wed, 30 Jan 2008 18:00:07 +0000 Subject: [PATCH] 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 --- Sema/SemaDecl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.40.0