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;