[cfe-commits] r82482 - /cfe/trunk/include/clang/Parse/Action.h

Douglas Gregor dgregor at apple.com
Mon Sep 21 13:52:01 PDT 2009


Author: dgregor
Date: Mon Sep 21 15:52:01 2009
New Revision: 82482

URL: http://llvm.org/viewvc/llvm-project?rev=82482&view=rev
Log:
Another code-completion TODO

Modified:
    cfe/trunk/include/clang/Parse/Action.h

Modified: cfe/trunk/include/clang/Parse/Action.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Parse/Action.h?rev=82482&r1=82481&r2=82482&view=diff

==============================================================================
--- cfe/trunk/include/clang/Parse/Action.h (original)
+++ cfe/trunk/include/clang/Parse/Action.h Mon Sep 21 15:52:01 2009
@@ -2197,6 +2197,7 @@
   /// \todo Code completion for call arguments after a function template-id
   /// \todo Code completion within a call expression, object construction, etc.
   /// \todo Code completion within a template argument list.
+  /// \todo Code completion for attributes.
   //@{
   
   /// \brief Code completion for an ordinary name that occurs within the given





More information about the cfe-commits mailing list