[cfe-commits] r46561 - /cfe/trunk/Sema/SemaDecl.cpp

Devang Patel dpatel at apple.com
Wed Jan 30 10:00:07 PST 2008


Author: dpatel
Date: Wed Jan 30 12:00:07 2008
New Revision: 46561

URL: http://llvm.org/viewvc/llvm-project?rev=46561&view=rev
Log:
Add TODO marker so that it is easier to search.

Modified:
    cfe/trunk/Sema/SemaDecl.cpp

Modified: cfe/trunk/Sema/SemaDecl.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Sema/SemaDecl.cpp?rev=46561&r1=46560&r2=46561&view=diff

==============================================================================
--- cfe/trunk/Sema/SemaDecl.cpp (original)
+++ cfe/trunk/Sema/SemaDecl.cpp Wed Jan 30 12:00:07 2008
@@ -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;
 





More information about the cfe-commits mailing list