From: Douglas Gregor Date: Mon, 21 Sep 2009 20:52:01 +0000 (+0000) Subject: Another code-completion TODO X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cfd2f625318ddce258e4c243b54492235ecf0e02;p=clang Another code-completion TODO git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@82482 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Parse/Action.h b/include/clang/Parse/Action.h index d86b8ee1c8..06213ddf47 100644 --- a/include/clang/Parse/Action.h +++ b/include/clang/Parse/Action.h @@ -2197,6 +2197,7 @@ public: /// \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